David Rose 24 лет назад
Родитель
Сommit
ada5f55002
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/pnm/libpgm2.c

+ 1 - 1
panda/src/pnm/libpgm2.c

@@ -101,7 +101,7 @@ pgm_writepgmrowplain(FILE* file,gray* grayrow,int cols,gray maxval)
         if ( *gP > maxval )
         if ( *gP > maxval )
             pm_error( "value out of bounds (%u > %u)", *gP, maxval );
             pm_error( "value out of bounds (%u > %u)", *gP, maxval );
 #endif /*DEBUG*/
 #endif /*DEBUG*/
-//        putus( (unsigned long) *gP, file );
+/*        putus( (unsigned long) *gP, file ); */
         putus( (unsigned short) *gP, file );
         putus( (unsigned short) *gP, file );
         charcount += 3;
         charcount += 3;
         }
         }