diff --git a/kernel/end.cpp b/kernel/end.cpp index 217cd1d1..20245abb 100644 --- a/kernel/end.cpp +++ b/kernel/end.cpp @@ -1,6 +1,6 @@ /******************************************************************************* - Copyright(C) Jonas 'Sortie' Termansen 2011. + Copyright(C) Jonas 'Sortie' Termansen 2011, 2014. This file is part of Sortix. @@ -26,7 +26,8 @@ #include -namespace Sortix -{ - size_t end; // Put in the bss, the last segment. +namespace Sortix { + +size_t end; // Put in the bss, the last segment. + }