From 30e6de40af96d3f36f863716200d08d25106c41b Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 14:39:32 +0000 Subject: Need to use GOTOFF offsets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1949 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/nxflat/readnxflat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/buildroot/toolchain/nxflat/readnxflat.c') diff --git a/misc/buildroot/toolchain/nxflat/readnxflat.c b/misc/buildroot/toolchain/nxflat/readnxflat.c index 81b5b05b2..c5d5a6366 100644 --- a/misc/buildroot/toolchain/nxflat/readnxflat.c +++ b/misc/buildroot/toolchain/nxflat/readnxflat.c @@ -67,11 +67,13 @@ /*********************************************************************** * Definitions ***********************************************************************/ + #define NXFLAT_HDR_SIZE sizeof(struct nxflat_hdr_s) /*********************************************************************** * Private Data ***********************************************************************/ + static const char *program_name; static const char *nxflat_filename; -- cgit v1.2.3