From e9928f3adfb3101067785f5e5a783001849a2ab3 Mon Sep 17 00:00:00 2001 From: evilynux Date: Sun, 21 Jan 2007 06:08:50 +0000 Subject: [PATCH] Fixed syntax, it builds now. --- desmume/src/GPU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/GPU.h b/desmume/src/GPU.h index f088bdc8c..6360e25ef 100644 --- a/desmume/src/GPU.h +++ b/desmume/src/GPU.h @@ -670,7 +670,7 @@ typedef struct int (*Init)(); // Initializes stuff related to core void (*DeInit)(); // Deinitializes stuff related to core void (*Resize)(int width, int height, BOOL fullscreen); // Resizes window or fullscreen - void (*OnScreenText)(char *string, ..); // For handling save state messages, etc. + void (*OnScreenText)(char *string, ...); // For handling save state messages, etc. } GraphicsInterface_struct; void GPU_setVideoProp(GPU *, u32 p);