Browse Source

clear MSVC warnings

richarddobson 1 month ago
parent
commit
30e7336dd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/paview/paview.c

+ 1 - 1
dev/paview/paview.c

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