# HG changeset patch # User Matti Hamalainen # Date 1560527439 -10800 # Node ID ba5141771d9a3ef90e43a4e9906abb57c4ef50fb # Parent 72e15cc1492727e975af5bc8c039d148a5841176 Initialize variable. diff -r 72e15cc14927 -r ba5141771d9a tools/gfxconv.c --- a/tools/gfxconv.c Fri Jun 14 18:39:59 2019 +0300 +++ b/tools/gfxconv.c Fri Jun 14 18:50:39 2019 +0300 @@ -1248,7 +1248,7 @@ int dmDumpC64Bitmap(const char *fprefix, const DMC64Image *img) { - int res; + int res = DMERR_OK; for (int i = 0; i < img->nblocks; i++) {