diff options
Diffstat (limited to 'converter/pgm/hipstopgm.c')
-rw-r--r-- | converter/pgm/hipstopgm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pgm/hipstopgm.c b/converter/pgm/hipstopgm.c index 826a8511..2f5956e1 100644 --- a/converter/pgm/hipstopgm.c +++ b/converter/pgm/hipstopgm.c @@ -98,7 +98,7 @@ read_hips_header( fd, hP ) { read_line( fd, buf, 5000 ); } - while ( !STREQ( buf, ".\n" ) ); + while ( !streq( buf, ".\n" ) ); } |