From: jpr Date: Wed, 21 Sep 2005 13:23:28 +0000 (+0000) Subject: Fix typo X-Git-Tag: Version1.2.bp~65 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3bcd38d79f61746bb8cdcbd5e6dc17e2af461f0e;p=gdcm.git Fix typo --- diff --git a/src/gdcmjpegls/Decoder/decoder.c b/src/gdcmjpegls/Decoder/decoder.c index f62f1406..3da8dd8a 100644 --- a/src/gdcmjpegls/Decoder/decoder.c +++ b/src/gdcmjpegls/Decoder/decoder.c @@ -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);