aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parente50173c65dca2cd0e0b5cbc563b7fa36b4d164ca (diff)
downloadellinika-d7b0bf03404d26c7c972b3040725eda339f57122.tar.gz
ellinika-d7b0bf03404d26c7c972b3040725eda339f57122.tar.bz2
Bugfix
Diffstat (limited to 'src')
-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()
int
yyerror(const char *s)
{
- fprintf("\n%s:%d: INTERNAL ERROR: %s\n", __FILE__, __LINE__, s);
+ fprintf(stderr, "\n%s:%d: INTERNAL ERROR: %s\n", __FILE__, __LINE__, s);
abort();
}

Return to:

Send suggestions and report system problems to the System administrator.