enhancing fimg to pnm converter
This commit is contained in:
@@ -24,7 +24,7 @@ switch (type) {
|
||||
return 0;
|
||||
}
|
||||
/* --------------------------------------------------------------------- */
|
||||
static char *fimg_str_type(int type)
|
||||
char *fimg_str_type(int type)
|
||||
{
|
||||
switch (type) {
|
||||
case FIMG_TYPE_GRAY: return "gray";
|
||||
|
||||
Reference in New Issue
Block a user