summaryrefslogtreecommitdiff
path: root/fxjs/cjs_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_util.cpp')
-rw-r--r--fxjs/cjs_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_util.cpp b/fxjs/cjs_util.cpp
index fd064b33a6..56bf4133d3 100644
--- a/fxjs/cjs_util.cpp
+++ b/fxjs/cjs_util.cpp
@@ -211,7 +211,7 @@ CJS_Return CJS_Util::printd(CJS_Runtime* pRuntime,
if (year < 0)
return CJS_Return(JSGetStringFromID(JSMessage::kValueError));
- static const TbConvertAdditional cTableAd[] = {
+ const TbConvertAdditional cTableAd[] = {
{L"m", month}, {L"d", day},
{L"H", hour}, {L"h", hour > 12 ? hour - 12 : hour},
{L"M", min}, {L"s", sec},