X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=inline;f=ui%2Ftest%2Fdiscover-test.c;h=363a28978f810561ddd00991c96683ce9edd9f9a;hb=d2b12ddb905a74fa6b2e454142b0b9f71fd99398;hp=576f293f6b92881f2944baca4681cbcfc288a307;hpb=bc4114e2235163bd88456c25cc0a908d86151f93;p=petitboot diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c index 576f293..363a289 100644 --- a/ui/test/discover-test.c +++ b/ui/test/discover-test.c @@ -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"; }