exit from main instead of return
This commit is contained in:
parent
b3c79be6c0
commit
7646d37ef1
@ -265,7 +265,7 @@ main(argc, argv)
|
|||||||
header();
|
header();
|
||||||
|
|
||||||
if ( outputfile_created ) chmod(argv[2],0755);
|
if ( outputfile_created ) chmod(argv[2],0755);
|
||||||
return 0;
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define shortcvt(val, p) (*p++ = val, *p++ = val >> 8)
|
#define shortcvt(val, p) (*p++ = val, *p++ = val >> 8)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user