Added a missing #endif.
This commit is contained in:
@@ -89,6 +89,7 @@ glibtop_init_swap_p (glibtop *server)
|
|||||||
glibtop_warn_io_r (server, "kvm_nlist (swap)");
|
glibtop_warn_io_r (server, "kvm_nlist (swap)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (kvm_nlist (server->machine.kd, nlst2) != 0) {
|
if (kvm_nlist (server->machine.kd, nlst2) != 0) {
|
||||||
|
Reference in New Issue
Block a user