From 8291136596cf2a6a97d587f09e1378518f6734b6 Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Tue, 23 Nov 2010 21:05:30 +0100 Subject: fixed some typos --- display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'display.h') diff --git a/display.h b/display.h index b4ae79a..09e297a 100644 --- a/display.h +++ b/display.h @@ -132,7 +132,7 @@ private: bool CheckAndUpdateSymbols(); /** Check if replay index bigger as one hour */ - bool IndexIsGreaterAsOneHour(int Index,double framesPerSecond) const; + bool IndexIsGreaterAsOneHour(int Index, double framesPerSecond) const; /** Translate replay index to string with minute and second MM:SS */ const char *IndexToMS(int Index, double framesPerSecond) const; /** Compare Scroller with new Textbuffer*/ -- cgit v1.2.3