summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/decoder/tplayPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/lib/decoder/tplayPlugin.cpp')
-rw-r--r--mpeglib/lib/decoder/tplayPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/decoder/tplayPlugin.cpp b/mpeglib/lib/decoder/tplayPlugin.cpp
index 01c44cbc..150b1ba2 100644
--- a/mpeglib/lib/decoder/tplayPlugin.cpp
+++ b/mpeglib/lib/decoder/tplayPlugin.cpp
@@ -169,7 +169,7 @@ void TplayPlugin::config(const char* key,const char* value,void* user_data) {
void TplayPlugin::swap_block(char * buffer, int blocksize) {
- register int i;
+ int i;
char c, *p;
p = buffer;