]> Creatis software - gdcm.git/commitdiff
Fix typo
authorjpr <jpr>
Wed, 21 Sep 2005 13:23:28 +0000 (13:23 +0000)
committerjpr <jpr>
Wed, 21 Sep 2005 13:23:28 +0000 (13:23 +0000)
src/gdcmjpegls/Decoder/decoder.c

index f62f14067fc98470b2ca73a407e413bbfe836af5..3da8dd8a172f2586eab4892db21fcc71d7936662 100644 (file)
@@ -1449,7 +1449,7 @@ int main (int argc, char *argv[]) {
   }
 
   if (head_scan[0]->need_table)
-    fprintf(msgfile,"A mapping table was used which had %d entries of %g bytes each.\n",head_scan[0]->MAXTAB, head_scan[0]->Wt);
+    fprintf(msgfile,"A mapping table was used which had %d entries of %d bytes each.\n",head_scan[0]->MAXTAB, head_scan[0]->Wt);
 
   if (got_restart)
     fprintf(msgfile,"Restart markers were found with a restart interval of %i.\n",restart_interval);