summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal.h b/hal.h
index 4a3d9cb7d..665ae386d 100644
--- a/hal.h
+++ b/hal.h
@@ -87,7 +87,7 @@ char *FiosBrowseTo(const FiosItem *item);
// Return path, free space and stringID
StringID FiosGetDescText(const char **path, uint32 *tot);
// Delete a name
-void FiosDelete(const char *name);
+bool FiosDelete(const char *name);
// Make a filename from a name
void FiosMakeSavegameName(char *buf, const char *name);