aboutsummaryrefslogtreecommitdiff
path: root/protocols/systems/3g-324m_pvterminal/h324/tsc/include/tsc_statemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/systems/3g-324m_pvterminal/h324/tsc/include/tsc_statemanager.h')
-rw-r--r--protocols/systems/3g-324m_pvterminal/h324/tsc/include/tsc_statemanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/systems/3g-324m_pvterminal/h324/tsc/include/tsc_statemanager.h b/protocols/systems/3g-324m_pvterminal/h324/tsc/include/tsc_statemanager.h
index 6bad2647b..0e18671c0 100644
--- a/protocols/systems/3g-324m_pvterminal/h324/tsc/include/tsc_statemanager.h
+++ b/protocols/systems/3g-324m_pvterminal/h324/tsc/include/tsc_statemanager.h
@@ -1,5 +1,5 @@
/* ------------------------------------------------------------------
- * Copyright (C) 1998-2009 PacketVideo
+ * Copyright (C) 1998-2010 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -51,7 +51,7 @@ class TSC_statemanager
public:
TSC_statemanager()
{
- for (uint ii = 0; ii <= MAX_TSC_STATES; ++ii)
+ for (uint ii = 0; ii < MAX_TSC_STATES; ++ii)
{
iTerminalState[ii] = 0;
}