summaryrefslogtreecommitdiffhomepage
path: root/clientfiles/very-important-source-code
diff options
context:
space:
mode:
Diffstat (limited to 'clientfiles/very-important-source-code')
-rw-r--r--clientfiles/very-important-source-code/npclient.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clientfiles/very-important-source-code/npclient.c b/clientfiles/very-important-source-code/npclient.c
index b8ec65ff..5e403ede 100644
--- a/clientfiles/very-important-source-code/npclient.c
+++ b/clientfiles/very-important-source-code/npclient.c
@@ -268,7 +268,8 @@ static __inline void enhance(unsigned char buf[], unsigned int size,
NP_EXPORT(int) NP_GetData(tir_data_t * data)
{
- static int frameno = 0, i;
+ static int frameno = 0;
+ int i;
#if DEBUG
int recv = 0;
#endif