X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=e0887e94c953b407232755f5640ad78fb9139dd9;hb=bd0487acc50b9c7672ce5f9bd74a94dc3dfb7108;hp=11e940acdbd59ebdb11d0cf002f2dbe72624ced9;hpb=c9e9b6457540d1feb7ccd7186ccffa57698dec57;p=open-adventure.git diff --git a/main.c b/main.c index 11e940a..e0887e9 100644 --- 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 #include #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) */