summaryrefslogtreecommitdiffstats
path: root/xpcom/io/nsLocalFileCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/io/nsLocalFileCommon.h')
-rw-r--r--xpcom/io/nsLocalFileCommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpcom/io/nsLocalFileCommon.h b/xpcom/io/nsLocalFileCommon.h
index 3db0ac9e89..96b7e1f06a 100644
--- a/xpcom/io/nsLocalFileCommon.h
+++ b/xpcom/io/nsLocalFileCommon.h
@@ -8,9 +8,9 @@
#define _NS_LOCAL_FILE_COMMON_H_
#ifdef MOZ_ESR
-extern const char* const sExecutableExts[107];
-#else
extern const char* const sExecutableExts[108];
+#else
+extern const char* const sExecutableExts[109];
#endif
#endif