command help

This commit is contained in:
Linus Dierheimer
2021-03-21 11:18:06 +01:00
parent a848798e97
commit 0d3500c66f
5 changed files with 89 additions and 205 deletions
+1
View File
@@ -20,5 +20,6 @@ void ffPrintKernel(FFinstance* instance)
ffPrintLogoAndKey(instance, "Kernel");
ffStrbufWriteTo(&kernel, stdout);
putchar('\n');
ffStrbufDestroy(&kernel);
}