]> granicus.if.org Git - libjpeg-turbo/commitdiff
Remove stray closing bracket that prevented the use of this header in a C++ application
authorDRC <dcommander@users.sourceforge.net>
Mon, 12 Aug 2013 21:36:10 +0000 (21:36 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 12 Aug 2013 21:36:10 +0000 (21:36 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1003 632fc199-4ca6-4c93-a231-07263d6284db

bmp.h

diff --git a/bmp.h b/bmp.h
index 0d1e4dca3b5c94729d73b98fcf3fb0338e2531bd..c50c260ee615426cf16e06d5a437a00add098940 100644 (file)
--- a/bmp.h
+++ b/bmp.h
@@ -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