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

This commit is contained in:
DRC
2013-08-12 21:35:46 +00:00
parent 0442d164dc
commit e99b408fe6

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