From 3207aaea671e2fc547f616c20c292c800fc66dae Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 17 Apr 2019 14:57:21 +0200 Subject: [PATCH] style --- client/cmdcrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdcrc.c b/client/cmdcrc.c index cebd292b8..8e3d9bba1 100644 --- a/client/cmdcrc.c +++ b/client/cmdcrc.c @@ -396,7 +396,7 @@ static int CmdrevengSearch(const char *Cmd) { uint8_t width[NMODELS] = {0}; int count = 0; - uint8_t crcChars = 0; + uint8_t crcChars; char result[30]; char revResult[30]; int ans = GetModels(Models, &count, width);