Browse Source

clear MSVC warnings

richarddobson 1 month ago
parent
commit
9d38ff60fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/pview/pview.c

+ 1 - 1
dev/pview/pview.c

@@ -147,7 +147,7 @@ int open_in(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;