Procházet zdrojové kódy

clear MSVC warnings

richarddobson před 2 měsíci
rodič
revize
661f3a3d3f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dev/pagrab/pagrab.c

+ 1 - 1
dev/pagrab/pagrab.c

@@ -199,7 +199,7 @@ int open_out(char *name)    /* opens input soundfile and gets header */
  * allocates memory for the biggest possible buffer 
  */
 
-int get_big_buf()
+int get_big_buf(void)
 {
     size_t i;