summaryrefslogtreecommitdiffstats
path: root/tools/scramble.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scramble.c')
-rw-r--r--tools/scramble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scramble.c b/tools/scramble.c
index 130ca89ffb..7aad4bfa92 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -125,7 +125,7 @@ void usage(void)
int main (int argc, char** argv)
{
- unsigned long length,i,slen;
+ unsigned long length,i,slen=0;
unsigned char *inbuf,*outbuf;
unsigned short crc=0;
unsigned long chksum=0; /* 32 bit checksum */