]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cap_avi.c
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / cap_avi.c
index 623be4ead72a92a3aff6305f3642a39f8746891c..1292f126fe3baf0de3ced74ae0c1f0583287c3d4 100644 (file)
--- a/cap_avi.c
+++ b/cap_avi.c
@@ -403,7 +403,7 @@ static void SCR_CaptureVideo_Avi_VideoFrames(int num)
        }
 }
 
-void SCR_CaptureVideo_Avi_EndVideo()
+void SCR_CaptureVideo_Avi_EndVideo(void)
 {
        LOAD_FORMATSPECIFIC_AVI();
 
@@ -494,7 +494,7 @@ void SCR_CaptureVideo_Avi_SoundFrame(const portable_sampleframe_t *paintbuffer,
        }
 }
 
-void SCR_CaptureVideo_Avi_BeginVideo()
+void SCR_CaptureVideo_Avi_BeginVideo(void)
 {
        int width = cls.capturevideo.width;
        int height = cls.capturevideo.height;