aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-13 13:34:50 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-13 13:34:50 +0300
commitd7b0bf03404d26c7c972b3040725eda339f57122 (patch)
treef6b708fa83595b0b63b5d07e3ac59f907c353824
parente50173c65dca2cd0e0b5cbc563b7fa36b4d164ca (diff)
downloadellinika-d7b0bf03404d26c7c972b3040725eda339f57122.tar.gz
ellinika-d7b0bf03404d26c7c972b3040725eda339f57122.tar.bz2
Bugfix
-rw-r--r--src/ellinika/phoneme.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ellinika/phoneme.y b/src/ellinika/phoneme.y
index 353d175..4d9afa2 100644
--- a/src/ellinika/phoneme.y
+++ b/src/ellinika/phoneme.y
@@ -316,7 +316,7 @@ yylex()
316int 316int
317yyerror(const char *s) 317yyerror(const char *s)
318{ 318{
319 fprintf("\n%s:%d: INTERNAL ERROR: %s\n", __FILE__, __LINE__, s); 319 fprintf(stderr, "\n%s:%d: INTERNAL ERROR: %s\n", __FILE__, __LINE__, s);
320 abort(); 320 abort();
321} 321}
322 322

Return to:

Send suggestions and report system problems to the System administrator.