* as/hc08/lkaomf51.c (OutputName),
[fw/sdcc] / support / packihx / packihx.c
index 779966a5190acc7f0fef803aafd771baaf94717e..5e41925e4c98e8f9ad5547d3d45658007bd98b1e 100644 (file)
@@ -261,7 +261,7 @@ int writeRecord(unsigned len, unsigned offset, unsigned type,
 #define OUTPUT_CHUNK 16                
 static unsigned pendingLen = 0;
 static unsigned pendingOffset = 0;
-static char    pending[MAX_INPUT_COOKED + OUTPUT_CHUNK];
+static Uint8   pending[MAX_INPUT_COOKED + OUTPUT_CHUNK];
 
 /* Buffer up a data record. */
 int bufferOutput(Line *line)