about summary refs log tree commit diff
path: root/converter/pgm/asciitopgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pgm/asciitopgm.c')
-rw-r--r--converter/pgm/asciitopgm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pgm/asciitopgm.c b/converter/pgm/asciitopgm.c
index 42f6e7db..a3a5bd48 100644
--- a/converter/pgm/asciitopgm.c
+++ b/converter/pgm/asciitopgm.c
@@ -68,7 +68,7 @@ main( argc, argv )
 
     if ( argv[argn][0] == '-' )
     {
-        if ( STREQ( argv[argn], "-d" ) )
+        if ( streq( argv[argn], "-d" ) )
         {
             if ( argc == argn + 1 )
                 pm_usage( usage );