summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Anthony <johnanthony@lavabit.com>2011-08-23 07:13:26 +0100
committerJohn Anthony <johnanthony@lavabit.com>2011-08-23 07:13:26 +0100
commit8803b624311f636fce546f869b5ca48985ceb787 (patch)
tree7ac1c797be115abad130212cdbb950bfb2c8cdb5
parent884d32d9eca26a3ca162a727384910db8d6430b8 (diff)
downloadnyancat-8803b624311f636fce546f869b5ca48985ceb787.tar.gz
nyancat-8803b624311f636fce546f869b5ca48985ceb787.tar.bz2
nyancat-8803b624311f636fce546f869b5ca48985ceb787.zip
Changed error return type
-rw-r--r--nyan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nyan.c b/nyan.c
index b3e7c1b..bd35d7c 100644
--- a/nyan.c
+++ b/nyan.c
@@ -208,7 +208,7 @@ static void
errout (char *str) {
if (str)
puts(str);
- exit(1);
+ exit(-1);
}
static void