From 753131cf9b32315fdd11f2ce6e58b8f2d6ba3bc1 Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 6 Dec 2009 22:58:26 +0100 Subject: Revised methods how are translated strings handled Few comments were made available to Doxygen --- src/modules/modMove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/modMove.c') 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; } -- cgit v1.2.3