diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dock.c b/src/ui/dock.c index 54c9fe9..5b39bd4 100644 --- a/src/ui/dock.c +++ b/src/ui/dock.c @@ -16,7 +16,7 @@ unsigned ui__dock_position_opposite(unsigned position) case UI__WINDOW_DOCK_RIGHT: return UI__WINDOW_DOCK_LEFT; default: - assert(false); /* trap: the center dock has no opposite! (or position is invalid) */ + abort(); /* trap: the center dock has no opposite! (or position is invalid) */ } } |
