summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 967a413..ef8eced 100644
--- a/misc.c
+++ b/misc.c
@@ -348,7 +348,7 @@ const char msg[];
{
fprintf( stderr, _( "%s: fatal internal error, %s\n" ),
program_name, msg );
- exit( 1 );
+ FLEX_EXIT( 1 );
}