OK, fine, how about 4 characters initializing a 4-character array?

svn path=/trunk/; revision=46804
This commit is contained in:
Guy Harris 2012-12-27 12:41:24 +00:00
parent 88e9d1c1e5
commit db0c2de004
1 changed files with 2 additions and 2 deletions

View File

@ -48,12 +48,12 @@
/* Magic number in Network Monitor 1.x files. */
static const char netmon_1_x_magic[MAGIC_SIZE] = {
"RTSS"
'R', 'T', 'S', 'S'
};
/* Magic number in Network Monitor 2.x files. */
static const char netmon_2_x_magic[MAGIC_SIZE] = {
"GMBU"
'G', 'M', 'B', 'U'
};
/* Network Monitor file header (minus magic number). */