From 76495ea9809c256ebc216e7aa2954c4e0592fd1d Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 20 Jun 2025 20:34:18 -0500 Subject: thread.mutex --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 62cf80d..99f127c 100644 --- a/src/util.h +++ b/src/util.h @@ -38,4 +38,4 @@ void _p_fatal(const char*, int, const char*, const char*); void p_error(const char*); char* strnstr(const char*, const char*, size_t); -#endif //__UTIL_H \ No newline at end of file +#endif //__UTIL_H -- cgit v1.2.3