diff options
author | red031000 <rubenru09@aol.com> | 2020-05-25 15:43:23 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-25 15:43:23 +0100 |
commit | 0985659425ab1a9035d85512e330cdc247b24e6b (patch) | |
tree | 31ec68ffd57f0d43df60f6885636cc12de782306 /arm9/lib/include/FS_overlay.h | |
parent | 00f7b96e44ef644ec2b5382eda87e3f47c06b436 (diff) |
kill all warnings
Diffstat (limited to 'arm9/lib/include/FS_overlay.h')
-rw-r--r-- | arm9/lib/include/FS_overlay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/include/FS_overlay.h b/arm9/lib/include/FS_overlay.h index 203f555f..7853e4ae 100644 --- a/arm9/lib/include/FS_overlay.h +++ b/arm9/lib/include/FS_overlay.h @@ -67,7 +67,7 @@ BOOL FS_LoadOverlay(MIProcessor target, FSOverlayID id); BOOL FS_UnloadOverlay(MIProcessor target, FSOverlayID id); #if defined(__cplusplus) -}; +} #endif #endif //NITRO_FS_OVERLAY_H_ |