Skip to content

Commit bfc49d4

Browse files
cfcf
authored andcommitted
fix void* function not returning value causing compilation warning
1 parent 05b4695 commit bfc49d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ If on Linux, please show me the contents of the `/etc/os-release` file.
5959
**To do**
6060
* Find more efficient ways to do certain things, like the `/etc/os-release` part on Linux.
6161
* Implement more config options
62-
* Make sure it actually works on every Linux distro
62+
* Make sure it actually works on every Linux distro
63+
* Create CONFIG.md file with in depth guide to customisation
6364

6465
**Thanks**
6566
* All the [contributors](https://github.com/13-CF/afetch/graphs/contributors) <3

src/fetch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ void *colourDraw(){
414414
printf("\033[1;%dm %s", i, ColourCharacter); }
415415

416416
printf("\n");
417+
return NULL;
417418
}
418419

419420

0 commit comments

Comments
 (0)