summaryrefslogtreecommitdiff
path: root/src/utils/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/files.h')
-rw-r--r--src/utils/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/files.h b/src/utils/files.h
index 8123a5949..b14030b9f 100644
--- a/src/utils/files.h
+++ b/src/utils/files.h
@@ -29,7 +29,7 @@ namespace Files
{
#ifdef ANDROID
void extractLocale();
-#endif
+#endif // ANDROID
#if defined(ANDROID) || defined(__native_client__)
typedef void (*CopyFileCallbackPtr) (int cnt);