Remove stray closing bracket that prevented the use of this header in a C++ application

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1002 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2013-08-12 21:35:46 +00:00

4
bmp.h
View File

@@ -39,8 +39,4 @@ int savebmp(char *filename, unsigned char *buf, int w, int h, int pf,
const char *bmpgeterr(void);
#ifdef __cplusplus
}
#endif
#endif