summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-11-23 21:05:30 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-11-23 21:05:30 +0100
commit8291136596cf2a6a97d587f09e1378518f6734b6 (patch)
treee8a418d883a4ce7c29fe0f6fe2a85e903b2fabda /display.h
parentc80778f6d86013af3da2bb2a59e912092b16d96c (diff)
downloadvdr-plugin-graphlcd-8291136596cf2a6a97d587f09e1378518f6734b6.tar.gz
vdr-plugin-graphlcd-8291136596cf2a6a97d587f09e1378518f6734b6.tar.bz2
fixed some typos
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 1 insertions, 1 deletions
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*/