summaryrefslogtreecommitdiff
path: root/src/include/codec/IfegDecodeAGIF.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/codec/IfegDecodeAGIF.h')
-rwxr-xr-x[-rw-r--r--]src/include/codec/IfegDecodeAGIF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/codec/IfegDecodeAGIF.h b/src/include/codec/IfegDecodeAGIF.h
index 9510c64..3504ff6 100644..100755
--- a/src/include/codec/IfegDecodeAGIF.h
+++ b/src/include/codec/IfegDecodeAGIF.h
@@ -45,7 +45,7 @@ extern "C" {
#endif
-int FastImgGetNextFrameAGIF (AGifFrameInfo* pFrameData, BOOL bCenterAlign);
+int FastImgGetNextFrameAGIF(AGifFrameInfo* pFrameData, BOOL bCenterAlign);
AGifFrameInfo* FastImgCreateAGIFFrameData(unsigned int width, unsigned int height, unsigned char *pEncodedData, unsigned int file_size, unsigned int ui_backcolor, BOOL bLoop);
void FastImgDestroyAGIFFrameData(AGifFrameInfo* pFrameData);