aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/font.h')
-rw-r--r--engines/m4/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/font.h b/engines/m4/font.h
index b00a393811..5a9c73e5d5 100644
--- a/engines/m4/font.h
+++ b/engines/m4/font.h
@@ -108,7 +108,7 @@ public:
Font *getFont(const char *filename);
void setFont(const char *filename);
- Font *current() {
+ Font *current() {
assert(_currentFont);
return _currentFont;
}