From e6ed14879751efe980590dcd0431a031a4ab0895 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 21 Jul 2007 21:50:47 +0000 Subject: Change some STREQ to streq git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@361 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/pbm/atktopbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/pbm/atktopbm.c') 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); -- cgit 1.4.1