Making magic escapes unambiguous.

This commit is contained in:
Alex Shinn 2011-11-05 03:40:06 +09:00
parent 54d10fe23a
commit 085afa48b2

2
main.c
View file

@ -24,7 +24,7 @@
#include <sys/uio.h> #include <sys/uio.h>
#include <unistd.h> #include <unistd.h>
#define SEXP_IMAGE_MAGIC "\x07\x07chibi\n\0" #define SEXP_IMAGE_MAGIC "\a\achibi\n\0"
#define SEXP_IMAGE_MAJOR_VERSION 1 #define SEXP_IMAGE_MAJOR_VERSION 1
#define SEXP_IMAGE_MINOR_VERSION 1 #define SEXP_IMAGE_MINOR_VERSION 1