Fixed some misaligned function signatures.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2905 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-01-12 06:44:12 +00:00
parent 4e90ff83e9
commit 8187d2cf74
@@ -489,9 +489,9 @@ _GetCelData (uio_Stream *fp, DWORD length)
} }
BOOLEAN BOOLEAN
_ReleaseCelData (DRAWABLE handle) _ReleaseCelData (void *handle)
{ {
DRAWABLE_DESC *DrawablePtr; DRAWABLE DrawablePtr;
int cel_ct; int cel_ct;
FRAME FramePtr = NULL; FRAME FramePtr = NULL;