Fix SaveSummary return type

This commit is contained in:
Michael Martin
2020-06-09 18:18:36 -07:00
parent 4f393ac170
commit 6bcaa2a1f3
+1 -1
View File
@@ -394,7 +394,7 @@ SaveSisState (const SIS_STATE *SSPtr, void *fp)
/* Write out the Summary Chunk. This is variable length because of the /* Write out the Summary Chunk. This is variable length because of the
savegame name */ savegame name */
static BOOLEAN static void
SaveSummary (const SUMMARY_DESC *SummPtr, void *fp) SaveSummary (const SUMMARY_DESC *SummPtr, void *fp)
{ {
write_32 (fp, SUMMARY_TAG); write_32 (fp, SUMMARY_TAG);