summaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r--uemis-downloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c
index 923013350..a5e8a391a 100644
--- a/uemis-downloader.c
+++ b/uemis-downloader.c
@@ -786,7 +786,7 @@ static bool process_raw_buffer(device_data_t *devdata, uint32_t deviceid, char *
bool done = false;
int inbuflen = strlen(inbuf);
char *endptr = buf + inbuflen;
- bool is_log, is_dive = false;
+ bool is_log = false, is_dive = false;
char *sections[10];
int s, nr_sections = 0;
struct dive *dive = NULL;