summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index 3e6c7913..2a5c8dde 100644
--- a/src/text.h
+++ b/src/text.h
@@ -95,7 +95,7 @@ class FlashText : public Text
/**
* Flash the text for so many refreshes.
*/
- void flash(int time) {mTime = time; }
+ void flash(int time) { mTime = time; }
/**
* Draws the text.