From 28d810d8485a8092eecd33ccf770c5c61f2decb6 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 7 Apr 2022 00:54:18 +0200 Subject: Fixed inconsistent CloseErrLog return type --- FoundationEx/Utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FoundationEx/Utils.h') diff --git a/FoundationEx/Utils.h b/FoundationEx/Utils.h index da7b66d..731bc01 100644 --- a/FoundationEx/Utils.h +++ b/FoundationEx/Utils.h @@ -11,7 +11,8 @@ void AssignErrLog(FILE * out); -void CloseErrLog(); +int CloseErrLog(); void Print(const char* fmt, ...); + #endif // Utils_h -- cgit v1.1