aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/strstreamone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strstreamone.c b/src/strstreamone.c
index 000fa64..512f816 100644
--- a/src/strstreamone.c
+++ b/src/strstreamone.c
@@ -18,7 +18,7 @@ int main(int argc, char **argv){
// get max argument length
if(argc < 2) {
printf("please supply a string to search for in stdin\n");
- exit("EXIT_FAILURE");
+ exit(EXIT_FAILURE);
}
unsigned int save_size = strlen(argv[1]);