diff options
| author | briaguya <briaguya@alice> | 2022-06-17 00:39:07 -0400 |
|---|---|---|
| committer | briaguya <briaguya@alice> | 2022-06-17 00:39:07 -0400 |
| commit | dd42cca2cf69f495b082c1efae05cb11aab3cbcd (patch) | |
| tree | a55684a0d899b440c8f196f5c9ed139bba6c84ae /StormLib/src | |
| parent | bb90be6748a3ab41dc111b734b904b1e69bd60f7 (diff) | |
| parent | 3e6307bf96ea9167057c484b79a4b738f11c3154 (diff) | |
Merge branch 'develop' into z64-devmerge
Diffstat (limited to 'StormLib/src')
| -rw-r--r-- | StormLib/src/SFileListFile.cpp | 1 | ||||
| -rw-r--r-- | StormLib/src/StormCommon.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/StormLib/src/SFileListFile.cpp b/StormLib/src/SFileListFile.cpp index 01a6e0a72..0a53e4b1a 100644 --- a/StormLib/src/SFileListFile.cpp +++ b/StormLib/src/SFileListFile.cpp @@ -684,3 +684,4 @@ bool WINAPI SListFileFindClose(HANDLE hFind) return FreeListFileCache(pCache); } + diff --git a/StormLib/src/StormCommon.h b/StormLib/src/StormCommon.h index 14b5e37a1..c23505038 100644 --- a/StormLib/src/StormCommon.h +++ b/StormLib/src/StormCommon.h @@ -438,3 +438,4 @@ void DumpFileTable(TFileEntry * pFileTable, DWORD dwFileTableSize); #endif #endif // __STORMCOMMON_H__ + |
