mount-tools: silence gcc warning about uninit var

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-02-21 10:59:48 -05:00
parent a93236aa64
commit 6fd667e5c9

View file

@ -1025,7 +1025,7 @@ static int list_devices(void) {
j = items + n++;
for (c = 0; c < _COLUMN_MAX; c++) {
const char *x;
const char *x = NULL;
size_t k;
switch (c) {