X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..7f7e715756785097c9290b06d20e8c4d12e0a27b:/client/cmdhf15.c

diff --git a/client/cmdhf15.c b/client/cmdhf15.c
index ca3c6d93..576bd944 100644
--- a/client/cmdhf15.c
+++ b/client/cmdhf15.c
@@ -1,3 +1,13 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// High frequency ISO15693 commands
+//-----------------------------------------------------------------------------
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -80,7 +90,7 @@ int CmdHF15Demod(const char *Cmd)
   };
 
   int i, j;
-  int max = 0, maxPos;
+  int max = 0, maxPos = 0;
 
   int skip = 4;