Back out most of last change

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1902 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-06-18 12:18:41 +00:00
parent 855a5845ee
commit b754962f81
4 changed files with 32 additions and 37 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ int nxflat_verifyheader(const struct nxflat_hdr_s *header)
* silently. This is not our binary.
*/
if (strncmp(header->h_magic, "NXFLAT", 4) != 0)
if (strncmp(header->h_magic, NXFLAT_MAGIC, 4) != 0)
{
bdbg("Unrecognized magic=\"%c%c%c%c\"",
header->h_magic[0], header->h_magic[1],