- Added error exit code
This commit is contained in:
parent
e708e5c901
commit
13eb9f01cf
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ int main( int argc, char *argv[] )
|
||||||
list++;
|
list++;
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
ret = 1;
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue