aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.