Added a missing #endif.

This commit is contained in:
Martin Baulig
1999-03-01 15:33:30 +00:00
parent db4d801792
commit e83cb0acf7

View File

@@ -89,6 +89,7 @@ glibtop_init_swap_p (glibtop *server)
glibtop_warn_io_r (server, "kvm_nlist (swap)");
return;
}
#endif
#endif
if (kvm_nlist (server->machine.kd, nlst2) != 0) {