Skip to content

Commit 6787f1e

Browse files
Merge branches 'master' and 'master' of github.com:LinusDierheimer/fastfetch
2 parents eedc277 + d4b32ea commit 6787f1e

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)