From 1520ee2986a1fdd225704012572f9472b65ce4e0 Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 12 Aug 2013 21:36:10 +0000 Subject: [PATCH] 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/branches/1.3.x@1003 632fc199-4ca6-4c93-a231-07263d6284db --- bmp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bmp.h b/bmp.h index 0d1e4dca3..c50c260ee 100644 --- 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