We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941502d commit a39419bCopy full SHA for a39419b
1 file changed
src/fastfetch.c
@@ -15,10 +15,6 @@
15
#include <ctype.h>
16
#include <string.h>
17
18
-#ifdef _WIN32
19
- #include "common/windows/getline.h"
20
-#endif
21
-
22
static void printCommandFormatHelpJson(void)
23
{
24
yyjson_mut_doc* doc = yyjson_mut_doc_new(NULL);
@@ -793,7 +789,7 @@ static void run(FFdata* data)
793
789
ffLogoPrint();
794
790
795
791
#if defined(_WIN32)
796
- if (!instance.config.display.noBuffer) fflush(stdout);
792
+ if (!instance.config.display.noBuffer) fflush(stdout);
797
#endif
798
799
while (true)
0 commit comments