yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7bb7d8bd0b15ba048ab206dd3fb8be6a824b5007
parent e618f6c6568954f2f60dde308d4b57914d0038ba
Author: vx_clutch <[email protected]>
Date:   Mon, 29 Sep 2025 11:40:28 -0400

Update util.h
Diffstat:
Msrc/util.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/util.h b/src/util.h @@ -16,7 +16,6 @@ licence_t TOlicence(char *s); int getopt_long(int argc, char *const argv[], const char *optstring, const struct option *longopts, int *longindex); -char *str_dup(const char *s); char *tostrupr(const char *s); extern int fno;