Avoid warnings.

svn path=/trunk/; revision=39589
This commit is contained in:
Guy Harris 2011-10-26 02:37:45 +00:00
parent e9ae3a0fd6
commit 72a96fc6a6
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
#include "aethra.h"
/* Magic number in Aethra PC108 files. */
static const char aethra_magic[5] = "V0208";
static const char aethra_magic[5] = {
'V', '0', '2', '0', '8'
};
/* Aethra file header (minus magic number). */
struct aethra_hdr {