commit 79f3809d9b065a30904f70e3ff771ecb90ad594a
parent 76ddb05c246a8664d12b24893341c2919b4c335b
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Mon, 26 Dec 2011 21:56:16 +0100
some blahblah
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ansilove/alconfig.h b/ansilove/alconfig.h
@@ -12,6 +12,7 @@
#ifndef alconfig_h
#define alconfig_h
+// configuration defines
#define VERSION "1.0.0"
#define ANSILOVE_FILES_DIRECTORY "ansis/"
diff --git a/ansilove/main.c b/ansilove/main.c
@@ -249,7 +249,7 @@ int main(int argc, char *argv[])
// printf("Comment: input_file_sauce[Comment]\n\n");
// }
- // terminate program
+ // exit program
printf("Successfully created output file\n\n");
return EXIT_SUCCESS;