From 1c27279711377e9f85fb60a4bbd776903c471ad5 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. --- trunk/desmume/src/GPU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/desmume/src/GPU.h b/trunk/desmume/src/GPU.h index f088bdc8c..6360e25ef 100644 --- a/trunk/desmume/src/GPU.h +++ b/trunk/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);