]> code.citadel.org Git - citadel.git/commitdiff
* routines2.c: warning fix
authorNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 25 Oct 1998 06:19:05 +0000 (06:19 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 25 Oct 1998 06:19:05 +0000 (06:19 +0000)
citadel/ChangeLog
citadel/routines2.c

index bbc401fa126bf028d82d457c4fd1fd662beaaf01..6a321cdae67e8335d8ed0fb01c98de0eecb4a550 100644 (file)
@@ -1,3 +1,6 @@
+1998-10-25 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * routines2.c: warning fix
+
 Sat Oct 24 22:07:56 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Client: added message expiration policy questions to room edit
        * Client: added <.A>ide <S>ystem configuration command
index 000a75eee5336dff83f6df836c9050076994e6cd..db4bed55908612fee7cc7f6b533a9baabeaa09c9 100644 (file)
@@ -581,7 +581,7 @@ void read_bio(void) {
 /* 
  * General system configuration command
  */
-void do_system_configuration() {
+void do_system_configuration(void) {
        char buf[256];
        int expire_mode = 0;
        int expire_value = 0;