]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / client.h
index 1fcaa400e7032efdddb9bbfb26476006588a9d2b..dc37e938a6ca513ee8534fab9901654500963f90 100644 (file)
--- a/client.h
+++ b/client.h
@@ -498,7 +498,7 @@ typedef struct capturevideostate_s
        qfile_t *videofile;
                // always use this:
                //   cls.capturevideo.videofile = FS_OpenRealFile(va("%s.%s", cls.capturevideo.basename, cls.capturevideo.formatextension), "wb", false);
-       void (*endvideo) ();
+       void (*endvideo) (void);
        void (*videoframes) (int num);
        void (*soundframe) (const portable_sampleframe_t *paintbuffer, size_t length);