diff options
Diffstat (limited to 'test/test_phys.c')
-rw-r--r-- | test/test_phys.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_phys.c b/test/test_phys.c index ba6fbe4..d9ad154 100644 --- a/test/test_phys.c +++ b/test/test_phys.c @@ -29,7 +29,8 @@ #include "../phys.c" -int main(int argc, char *argv[]) +int +main(int argc, char *argv[]) { struct phys_page *page; |