summaryrefslogtreecommitdiff
path: root/nbench0.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-13 22:07:24 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-13 22:07:24 +0000
commit8a9fd3f93bb3db2d969126913eedab023dba013f (patch)
tree5cd76353b5ec3e8be5c1062c0294e9b402a71487 /nbench0.c
parent9631ec05f6ddc60b231e5fad280e5a5242c5bab3 (diff)
Remove AllocateMemory, FreeMemory, MoveMemory, ErrorExit, and ReportError functions
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@17 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
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;