diff --git a/include/QF/sys.h b/include/QF/sys.h index 5274da04d..888d2d3d6 100644 --- a/include/QF/sys.h +++ b/include/QF/sys.h @@ -123,8 +123,6 @@ void Sys_DebugLog(const char *file, const char *fmt, ...) __attribute__((format( */ int Sys_CreatePath (const char *path); -//@} - /** Expand leading "~/" in \a path to the user's home directory. On Linux-like systems, the user's home directory is obtained from the system, or failing that, the \c HOME environment variable. @@ -139,4 +137,5 @@ int Sys_CreatePath (const char *path); char *Sys_ExpandSquiggle (const char *path); //@} + #endif // __sys_h