Browse Source

resolve MSVC warning

richarddobson 3 weeks ago
parent
commit
1ae853e33e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/science/rotor.c

+ 1 - 1
dev/science/rotor.c

@@ -1105,7 +1105,7 @@ int get_process_no(char *prog_identifier_from_cmdline,dataptr dz)
 
 /******************************** USAGE1 ********************************/
 
-int usage1()
+int usage1(void)
 {
     usage2("rotor");
     return(USAGE_ONLY);