diff options
Diffstat (limited to 'src/modules/modPipe.c')
| -rwxr-xr-x | src/modules/modPipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c index df26b80..efe3b7a 100755 --- a/src/modules/modPipe.c +++ b/src/modules/modPipe.c @@ -176,7 +176,7 @@ static void moveShotFromPipe(shot_t *shot, pipe_t *pipe) if( distPipe == NULL ) { - fprintf(stderr, _("Pipe ID for pipe \"%d\" was not found\n"), pipe->id); + fprintf(stderr, "Pipe ID for pipe \"%d\" was not found\n", pipe->id); return; } @@ -241,7 +241,7 @@ static int negPosition(int n) return TUX_UP; default : - assert( ! _("Tux is moving in another dimension maybe!") ); + assert( ! "Tux is moving in another dimension maybe!" ); break; } |