summaryrefslogtreecommitdiff
path: root/nbench0.c
diff options
context:
space:
mode:
Diffstat (limited to 'nbench0.c')
-rw-r--r--nbench0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbench0.c b/nbench0.c
index 8d0bf15..0990baf 100644
--- a/nbench0.c
+++ b/nbench0.c
@@ -400,7 +400,7 @@ while(fgets(inbuf,39,cfile)!=(char *)NULL)
if(global_ofile==(FILE *)NULL)
{ printf("**Error opening output file: %s\n",
global_ofile_name);
- ErrorExit();
+ exit(1);
}
write_to_file=-1;
break;