+2
-1
@@ -6,6 +6,7 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include "cescal/state.h"
|
||||
#include "cescal/log.h"
|
||||
|
||||
static void
|
||||
help(void)
|
||||
@@ -37,7 +38,7 @@ main(int argc, char **argv)
|
||||
int opt;
|
||||
|
||||
if (argc < 2) {
|
||||
printf("fatal: too few arguments\n");
|
||||
cc_error("too few arguments\n");
|
||||
help();
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user