sheepy

build system (sheepy) and package manager (spm) for C
git clone https://spartatek.se/git/sheepy.git
Log | Files | Refs | README | LICENSE

commit b1f43d35294c8f5ebcfb095714c3ea6e169e4231
parent f1a6f31a2d85ec0141a4012bebf29aba443df8bd
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 23 Dec 2019 14:13:02 +0100

fix compilation errors

src/sheepy.c | 2 +-
src/sheepy.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Diffstat:
Msrc/sheepy.c | 2+-
Msrc/sheepy.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sheepy.c b/src/sheepy.c @@ -1897,7 +1897,7 @@ int MAIN(int ARGC, char** ARGV) { free(params); free(run); free(cfgD); - terminateG(cfgJ) + terminateG(cfgJ); free(homedir); finalizeLibsheepy(); diff --git a/src/sheepy.h b/src/sheepy.h @@ -49,7 +49,7 @@ struct { \n\ /* TODO add generics: #define amethodG(obj) (obj)->f->amethod(obj) */\n\ \n\ -#include "libsheepyObject.h"\n\ +#include \"libsheepyObject.h\"\n\ \n\ /* Class classTemplate */\n\ typ struct classTemplate classTemplatet;\n\