summaryrefslogtreecommitdiff
path: root/riff/InitializeDut.h
diff options
context:
space:
mode:
Diffstat (limited to 'riff/InitializeDut.h')
-rw-r--r--riff/InitializeDut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riff/InitializeDut.h b/riff/InitializeDut.h
index b4e2829..a6f8782 100644
--- a/riff/InitializeDut.h
+++ b/riff/InitializeDut.h
@@ -70,7 +70,7 @@ private:
int commWrite2kChunks(Device_t device, void* buffer, size_t size);
int sendTocIssw(Device_t device);
- int createTocEntry(tocSection* issw, tocSection* xload, tocSection* meminit, tocSection* normal, tocSection* pwrMgt);
+ void createTocEntry(tocSection* issw, tocSection* xload, tocSection* meminit, tocSection* normal, tocSection* pwrMgt);
int createTocFile(tocSection* toc, const char* filePath, const char* tocName, int* offset);
int getFileSize(const char* filePath);
int readIsswFile(char* buf);