]> andersk Git - moira.git/commitdiff
fixed lint errors
authormar <mar>
Tue, 27 Dec 1988 17:27:08 +0000 (17:27 +0000)
committermar <mar>
Tue, 27 Dec 1988 17:27:08 +0000 (17:27 +0000)
clients/moira/menu.c

index 34ff23cc6de10da8e0cf42c9de703fc5aafdcdbc..538f7b2125a5658853207615a871ba5986e83a4c 100644 (file)
@@ -632,7 +632,7 @@ char *msg;
            }
            else {
                printf("---More (hit return)---");
-               getchar() & 0x7f;
+               getchar();
            }
            Start_paging();     /* Reset lines_left */
        }
@@ -747,7 +747,6 @@ toggle_logging(argc, argv)
     if (log_file == (FILE *) NULL) {
        pid = getpid();
        if (!whoami) {
-           char *whoami;
            Put_message("I've lost my SENSE of DIRECTION!  I have no IDEA who I AM!");
            Put_message("My God... You've turned him into a DEMOCRAT!!");
            Put_message("               -- Doonesbury");
@@ -775,14 +774,3 @@ toggle_logging(argc, argv)
     }
     return(DM_NORMAL);
 } 
-
-/*
- * Local Variables:
- * mode: c
- * c-indent-level: 4
- * c-continued-statement-offset: 4
- * c-brace-offset: -4
- * c-argdecl-indent: 4
- * c-label-offset: -4
- * End:
- */
This page took 0.043709 seconds and 5 git commands to generate.