chiark / gitweb /
update TODO
[elogind.git] / src / detect-virt / detect-virt.c
index 2f8b0ebbbccca01307a2e43719496f69d7f4d7ab..8cf8dcfabc08b6262fc111deb2b5af71457e8d41 100644 (file)
@@ -129,7 +129,7 @@ int main(int argc, char *argv[]) {
         switch (arg_mode) {
 
         case ANY_VIRTUALIZATION: {
         switch (arg_mode) {
 
         case ANY_VIRTUALIZATION: {
-                Virtualization v;
+                int v;
 
                 v = detect_virtualization(&id);
                 if (v < 0) {
 
                 v = detect_virtualization(&id);
                 if (v < 0) {