diff options
author | Malfurious <m@lfurio.us> | 2023-07-06 06:06:14 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-07-06 06:06:14 -0400 |
commit | d622a30a82f8ac6914926a5bfdc0e31dff6ce55d (patch) | |
tree | 14233977af248b4cc0a0eb83325b39874147fb7e /curshelpers.c | |
parent | 4def3856f105b1461615285c9e33750a51177994 (diff) | |
download | misplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.tar.gz misplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.zip |
Rename curshelpers unit to 'helpers'
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r-- | helpers.c (renamed from curshelpers.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curshelpers.c b/helpers.c index 7b2f1d1..c93b774 100644 --- a/curshelpers.c +++ b/helpers.c @@ -1,7 +1,7 @@ #include <locale.h> #include <stdarg.h> -#include "curshelpers.h" +#include "helpers.h" void cursinit(void) { setlocale(LC_ALL, ""); |