use second/head.h

This commit is contained in:
Laurent Vivier
2004-06-22 22:58:04 +00:00
parent 5f806cd761
commit 656ac19037
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#include "emile.h" #include "emile.h"
#include "emile-first.h" #include "emile-first.h"
#include "emile-second.h" #include "../second/head.h"
static void usage(int argc, char** argv) static void usage(int argc, char** argv)
{ {

View File

@@ -14,7 +14,7 @@
#include "emile.h" #include "emile.h"
#include "emile-first.h" #include "emile-first.h"
#include "emile-second.h" #include "../second/head.h"
static void usage(int argc, char** argv) static void usage(int argc, char** argv)
{ {
@@ -70,7 +70,7 @@ int set_cmdline(int readonly, char* image, char* cmdline)
return 7; return 7;
} }
if (EMILE_001_SIGNATURE != read_long(&header.signature)) if (EMILE_02_SIGNATURE != read_long(&header.signature))
{ {
fprintf(stderr, "Bad Header signature\n"); fprintf(stderr, "Bad Header signature\n");
return 8; return 8;