summaryrefslogtreecommitdiff
path: root/src/modules/modMove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/modMove.c')
-rw-r--r--src/modules/modMove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/modMove.c b/src/modules/modMove.c
index 950995e..7c7a862 100644
--- a/src/modules/modMove.c
+++ b/src/modules/modMove.c
@@ -49,7 +49,7 @@ static void move_tux(tux_t *tux, int x, int y, int w, int h)
dist_y = y + h + 20;
break;
default:
- assert(!_("[Debug] Variable p->control in modMove has a really weird value.\n"));
+ fatal("Variable p->control in modMove has a really weird value.");
break;
}