summaryrefslogtreecommitdiff
path: root/src/include/codec/img-codec.h
diff options
context:
space:
mode:
authorHaejeong Kim <backto.kim@samsung.com>2017-03-30 09:59:15 +0900
committerHaejeong Kim <backto.kim@samsung.com>2017-03-30 09:59:15 +0900
commitaee150adb2f1ea46f8ab3e1ee32896338bc811eb (patch)
tree5aff090d4422911a3c3647ca9044a0a41388ff36 /src/include/codec/img-codec.h
parentb309bbcdcb5dafd7c22dcd669b918117b25076b6 (diff)
downloadlibmedia-thumbnail-aee150adb2f1ea46f8ab3e1ee32896338bc811eb.tar.gz
libmedia-thumbnail-aee150adb2f1ea46f8ab3e1ee32896338bc811eb.tar.bz2
libmedia-thumbnail-aee150adb2f1ea46f8ab3e1ee32896338bc811eb.zip
Change-Id: I6951f5a5bf334838c9d17dba0edb03be10a30c96
Diffstat (limited to 'src/include/codec/img-codec.h')
-rwxr-xr-xsrc/include/codec/img-codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/codec/img-codec.h b/src/include/codec/img-codec.h
index d365705..2af624a 100755
--- a/src/include/codec/img-codec.h
+++ b/src/include/codec/img-codec.h
@@ -39,7 +39,7 @@ AGifFrameInfo* ImgCreateAGIFFrame(const char *szFileName, unsigned int width, un
void ImgDestroyAGIFFrame(AGifFrameInfo* pFrameData);
-ImgFastCodecInfo ImgGetNextAGIFFrame (AGifFrameInfo *gFrameData, BOOL bCenterAlign);
+ImgFastCodecInfo ImgGetNextAGIFFrame(AGifFrameInfo *gFrameData, BOOL bCenterAlign);
#ifdef __cplusplus
}