summaryrefslogtreecommitdiffstats
path: root/hl/c++/examples/ptExampleVL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/examples/ptExampleVL.cpp')
-rw-r--r--hl/c++/examples/ptExampleVL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/examples/ptExampleVL.cpp b/hl/c++/examples/ptExampleVL.cpp
index 9c2b21f..1b41bfb 100644
--- a/hl/c++/examples/ptExampleVL.cpp
+++ b/hl/c++/examples/ptExampleVL.cpp
@@ -84,7 +84,7 @@ int main(void)
ptable.ResetIndex();
/* Iterate through packets, read each one back */
- for(int x=0; x<5; x++)
+ for(x=0; x<5; x++)
{
err = ptable.GetNextPacket( &(readBuffer[x]) );
if(err < 0)