Skip to content

Commit

Permalink
fix void* function not returning value causing compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cf authored and cf committed Mar 25, 2021
1 parent 05b4695 commit bfc49d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ If on Linux, please show me the contents of the `/etc/os-release` file.
**To do**
* Find more efficient ways to do certain things, like the `/etc/os-release` part on Linux.
* Implement more config options
* Make sure it actually works on every Linux distro
* Make sure it actually works on every Linux distro
* Create CONFIG.md file with in depth guide to customisation

**Thanks**
* All the [contributors](https://github.com/13-CF/afetch/graphs/contributors) <3
Expand Down
1 change: 1 addition & 0 deletions src/fetch.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ void *colourDraw(){
printf("\033[1;%dm %s", i, ColourCharacter); }

printf("\n");
return NULL;
}


Expand Down

0 comments on commit bfc49d4

Please sign in to comment.