Get rid of warning.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2097 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-12-21 08:24:47 +00:00
parent 1659928b5d
commit 88912cf60b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ finish_colormap_xform (int which)
* Only one thread should ever be allowed to be calling this at any time
*/
BOOLEAN
XFormColorMap_step ()
XFormColorMap_step (void)
{
BOOLEAN Changed = FALSE;
int x;
+1 -1
View File
@@ -56,7 +56,7 @@ extern void TFB_ColorMapToRGB (TFB_Palette *pal, int colormap_index);
extern TFB_ColorMap * TFB_GetColorMap (int index);
extern void TFB_ReturnColorMap (TFB_ColorMap *map);
extern BOOLEAN XFormColorMap_step ();
extern BOOLEAN XFormColorMap_step (void);
#endif