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.
2 parents 910f63f + dce8105 commit d4b32eaCopy full SHA for d4b32ea
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
2
3
project(fastfetch
4
- VERSION 1.6.0
+ VERSION 1.6.1
5
LANGUAGES C
6
)
7
src/modules/host.c
@@ -9,7 +9,7 @@
9
10
#ifndef __ANDROID__
11
#include "common/io.h"
12
-#elif
+#else
13
#include <ctype.h>
14
#endif
15
0 commit comments