about summary refs log tree commit diff
path: root/converter/pbm/atktopbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm/atktopbm.c')
-rw-r--r--converter/pbm/atktopbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pbm/atktopbm.c b/converter/pbm/atktopbm.c
index c4a81808..62664999 100644
--- a/converter/pbm/atktopbm.c
+++ b/converter/pbm/atktopbm.c
@@ -273,7 +273,7 @@ ReadATKRaster(FILE * const file,
 
     /* read the keyword */
     fscanf(file, " %5s", keyword);
-    if (!STREQ(keyword, "bits"))
+    if (!streq(keyword, "bits"))
       pm_error ("keyword is not 'bits'!");
 
     fscanf(file, " %d %d %d ", &objectid, &width, &height);