From f8e50700cd0eb93154f5c025ef20d428986b856c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 7 Oct 2016 21:21:40 +0200 Subject: Cleanup (resolves #9) --- interpreter/fuspel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpreter/fuspel.h') diff --git a/interpreter/fuspel.h b/interpreter/fuspel.h index cc7a3a7..0de4c8c 100644 --- a/interpreter/fuspel.h +++ b/interpreter/fuspel.h @@ -1,6 +1,6 @@ #ifndef _H_FUSPEL #define _H_FUSPEL -fuspel* import(fuspel* already_parsed, char* name); +struct fuspel *import(struct fuspel *already_parsed, char *name); #endif -- cgit v1.2.3