aboutsummaryrefslogtreecommitdiffstats
path: root/fmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fmd.c')
-rw-r--r--fmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmd.c b/fmd.c
index ce988b4..d4aa647 100644
--- a/fmd.c
+++ b/fmd.c
@@ -11,7 +11,7 @@
#include "ieee754.h"
#include "nelem.h"
-static const char *MAGIC = "FMD001\r\n";
+static const char *MAGIC = "FMD002\r\n";
static void checkmagic(FILE *f)
{