From bd3a6a04601749cbde007eaabf803fb602ee2783 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 19 Jun 2025 03:13:48 -0300 Subject: beginning of `communication.cc` --- src/common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.hh') diff --git a/src/common.hh b/src/common.hh index 384d76e..e0bfb81 100644 --- a/src/common.hh +++ b/src/common.hh @@ -150,7 +150,7 @@ void GetAmbiente(int *Brightness, int *Color); uint32 GetRoundAtTime(int Hour, int Minute); uint32 GetRoundForNextMinute(void); -// util.cc +// utils.cc // ============================================================================= typedef void TErrorFunction(const char *Text); typedef void TPrintFunction(int Level, const char *Text); -- cgit v1.2.3