From 2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 23 Aug 2024 20:43:31 +0300 Subject: Start to rewriting code Since there's some UB in the master I decided to rewrite code from scratch again. I hope that attempt will be better :D --- include/main.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/main.h') diff --git a/include/main.h b/include/main.h index 9cdf6ac..ad3bdc6 100644 --- a/include/main.h +++ b/include/main.h @@ -1,9 +1,6 @@ #ifndef __MAIN_H__ #define __MAIN_H__ -#include "types.h" - - -extern const s8 *program_name; +extern const char *program_name; #endif /* __MAIN_H__ */ -- cgit 1.4.1