diff options
Diffstat (limited to 'src/sgr.h')
-rw-r--r-- | src/sgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,6 @@ #include <png.h> void -sgr(char *param, png_colorp fg, png_colorp bg); +sgr(unsigned char *param, png_colorp fg, png_colorp bg); #endif /* SGR_H_ */ |