From bc811daa7c6cf320677e095cc563c0666e093a34 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 18 Jun 2020 16:11:56 -0400 Subject: Drop baserom dependency --- tools/o2narc/o2narc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/o2narc/o2narc.cpp') diff --git a/tools/o2narc/o2narc.cpp b/tools/o2narc/o2narc.cpp index 0a93df80..6fc82a4e 100644 --- a/tools/o2narc/o2narc.cpp +++ b/tools/o2narc/o2narc.cpp @@ -139,7 +139,7 @@ public: memset(ret + sym.st_size, 0, size - sym.st_size); return ret; } - + void * read(Elf32_Shdr & sec) { // Reads the contents of an ELF section if (sec.sh_size == 0) -- cgit v1.2.3