diff --git a/README.md b/README.md index c39d564..c4bac45 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/fetch.c b/src/fetch.c index ce465cb..23a8a6b 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -414,6 +414,7 @@ void *colourDraw(){ printf("\033[1;%dm %s", i, ColourCharacter); } printf("\n"); + return NULL; }