aboutsummaryrefslogtreecommitdiff
path: root/sword1/resman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/resman.h')
-rw-r--r--sword1/resman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/resman.h b/sword1/resman.h
index 847e467d8c..527f776d52 100644
--- a/sword1/resman.h
+++ b/sword1/resman.h
@@ -68,7 +68,7 @@ private:
void openCptResourceBigEndian(uint32 id);
void openScriptResourceBigEndian(uint32 id);
- File *openClusterFile(uint32 id);
+ File *openClusterFile(uint32 id);
void makePathToCluster(char *str);
void loadCluDescript(const char *fileName);
void freeCluDescript(void);