Remove a remnant of the old non-licensing.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index 11e940acdbd59ebdb11d0cf002f2dbe72624ced9..e0887e94c953b407232755f5640ad78fb9139dd9 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,8 @@
+/*
+ * The author - Don Woods - apologises for the style of the code; it
+ * is a result of running the original Fortran IV source through a
+ * home-brew Fortran-to-C converter.)
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include "main.h"
@@ -48,7 +53,7 @@ extern int action(long);
  * MAIN PROGRAM
  */
 
-int main() {
+int main(int argc, char *argv[]) {
 
 /*  ADVENTURE (REV 2: 20 TREASURES) */