* config.bfd: Remove trailing blanks.
[deliverable/binutils-gdb.git] / binutils / strings.c
index 89e322bc8e59bd65bafa066a9d169a0fe0a1ba6a..5c88175e1be5339c90bf6d138f9a826043174b3b 100644 (file)
@@ -421,7 +421,7 @@ get_char (stream, address, magiccount, magic)
      char **magic;
 {
   int c, i;
-  long r;
+  long r = EOF;
   unsigned char buf[4];
 
   for (i = 0; i < encoding_bytes; i++)
This page took 0.023902 seconds and 4 git commands to generate.