mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-20 01:35:05 +00:00
Fix incorrect prototype
This commit is contained in:
parent
3ccc28d16a
commit
c6b7eb7fd7
@ -30,7 +30,7 @@ struct rgb {
|
||||
unsigned char b;
|
||||
};
|
||||
|
||||
Pixrect *PPM_to_Pixrect(), *PBM_to_Pixrect(), *SunRaster_to_Pixrect();
|
||||
Pixrect *PPM_to_Pixrect(FILE *f), *PBM_to_Pixrect(FILE *f), *SunRaster_to_Pixrect(FILE *f);
|
||||
|
||||
#define MAX_BUFF_SIZE 1024
|
||||
static char buff[MAX_BUFF_SIZE];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user