summaryrefslogtreecommitdiffhomepage
path: root/dev/HPFS/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'dev/HPFS/Sources')
-rw-r--r--dev/HPFS/Sources/IFSMain.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/HPFS/Sources/IFSMain.cxx b/dev/HPFS/Sources/IFSMain.cxx
index 229efb15..d107db2a 100644
--- a/dev/HPFS/Sources/IFSMain.cxx
+++ b/dev/HPFS/Sources/IFSMain.cxx
@@ -9,6 +9,8 @@
#include <HPFS/Defines.hxx>
-HPFS_INT32 IFSStart(HPFS_VOID) {
+/** @brief HPFS IFS main. */
+HPFS_INT32 IFSStart(HPFS_VOID)
+{
return 0;
}