]> git.ozlabs.org Git - petitboot/blobdiff - ui/test/discover-test.c
ui/ncurses: Always provide a key definition for backtab
[petitboot] / ui / test / discover-test.c
index 576f293f6b92881f2944baca4681cbcfc288a307..363a28978f810561ddd00991c96683ce9edd9f9a 100644 (file)
@@ -12,6 +12,8 @@ static const char *device_type_string(enum device_type type)
                return "network";
        case DEVICE_TYPE_OPTICAL:
                return "optical";
+       case DEVICE_TYPE_ANY:
+               return "any";
        case DEVICE_TYPE_UNKNOWN:
                return "unknown";
        }