]> Creatis software - gdcm.git/commitdiff
COMP: alright please VS7 and sorry for VS6
authormalaterre <malaterre>
Mon, 13 Jun 2005 04:04:31 +0000 (04:04 +0000)
committermalaterre <malaterre>
Mon, 13 Jun 2005 04:04:31 +0000 (04:04 +0000)
src/gdcmjasper/src/libjasper/pnm/pnm_cod.h

index 963ed5cc071e2549423830e612bb063082d993fb..6867c3a95011c2179b354b9e561ea0de36b178da 100644 (file)
@@ -64,7 +64,7 @@
 /*
  * Portable Pixmap/Graymap Format Support
  *
- * $Id: pnm_cod.h,v 1.2 2005/06/11 17:50:27 malaterre Exp $
+ * $Id: pnm_cod.h,v 1.3 2005/06/13 04:04:31 malaterre Exp $
  */
 
 #ifndef PNM_COD_H
 
 typedef struct {
 
-  uint_fast16_t magic;
+  int magic;
   /* The magic number. */
 
   int width;