Skip to content

Commit d4b32ea

Browse files
Merge pull request #205 from licy183/fix-android-header
Fix build error on Android
2 parents 910f63f + dce8105 commit d4b32ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
22

33
project(fastfetch
4-
VERSION 1.6.0
4+
VERSION 1.6.1
55
LANGUAGES C
66
)
77

src/modules/host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#ifndef __ANDROID__
1111
#include "common/io.h"
12-
#elif
12+
#else
1313
#include <ctype.h>
1414
#endif
1515

0 commit comments

Comments
 (0)