aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche')
-rw-r--r--engines/avalanche/avalanche.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 66b7462d63..6312546ef4 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -490,7 +490,6 @@ Common::String AvalancheEngine::expandDate(int d, int m, int y) {
day += "th";
}
- // Y2K compliant ;)
return day + ' ' + month + ' ' + _gyro->intToStr(y + 1900);
}