summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-11-23 20:52:51 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-11-23 20:52:51 +0100
commitc80778f6d86013af3da2bb2a59e912092b16d96c (patch)
tree4c72d631211bc2879b14a52ad74856dc35a7087f
parent7aa16d24de2ea09520fd67ecf55698a71a73fc10 (diff)
downloadvdr-plugin-graphlcd-c80778f6d86013af3da2bb2a59e912092b16d96c.tar.gz
vdr-plugin-graphlcd-c80778f6d86013af3da2bb2a59e912092b16d96c.tar.bz2
typo fixed (replay.framesPerSecond = FRAMESPERSECOND)
-rw-r--r--state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.c b/state.c
index 6f29e9d..771e113 100644
--- a/state.c
+++ b/state.c
@@ -45,7 +45,7 @@ cGraphLCDState::cGraphLCDState(cGraphLCDDisplay * Display)
replay.framesPerSecond = DEFAULTFRAMESPERSECOND;
#else
replay.currentLast = FRAMESPERSEC;
- replay.framesPerSecond = FRAMESPERSEC;
+ replay.framesPerSecond = FRAMESPERSECOND;
#endif
replay.total = 0;
replay.totalLast = 1;