summaryrefslogtreecommitdiffstats
path: root/eurephia.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-06 17:12:58 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-06 17:12:58 +0200
commitd5641aa4e2053679abe132b75edf04ac222adc20 (patch)
treecdd719946794d1cb68fbf9b1516d1f180c9c0772 /eurephia.c
parentc20f85b9ed9170f42d29f2a26c7fef6de39cb275 (diff)
downloadeurephia-d5641aa4e2053679abe132b75edf04ac222adc20.tar.gz
eurephia-d5641aa4e2053679abe132b75edf04ac222adc20.tar.xz
eurephia-d5641aa4e2053679abe132b75edf04ac222adc20.zip
Fixed typo
Diffstat (limited to 'eurephia.c')
-rw-r--r--eurephia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eurephia.c b/eurephia.c
index 314fcf0..93a71e4 100644
--- a/eurephia.c
+++ b/eurephia.c
@@ -91,7 +91,7 @@ eurephiaCTX *eurephiaInit(const char **argv)
ctx->log = fopen(argv[1], "aw");
if( ctx->log == NULL ) {
fprintf(stderr, "Could not open eurephia log file: %s\n", argv[1]);
- return NULL
+ return NULL;
}
}
} else {