From 47098ac0fb3a6bed9bd5c2acfc64d84387302cda Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Fri, 08 Sep 2023 11:19:11 +0800 Subject: [PATCH] update makefile --- project/socketd/booster/logger.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/socketd/booster/logger.c b/project/socketd/booster/logger.c index 217eb02..1af3b0e 100644 --- a/project/socketd/booster/logger.c +++ b/project/socketd/booster/logger.c @@ -4,11 +4,11 @@ * * Filename: logger.c * Description: This file is common logger API functions - * + * * Version: 1.0.0(11/08/23) * Author: Guo Wenxue <guowenxue@gmail.com> * ChangeLog: 1, Release initial version on "11/08/23 16:18:43" - * + * ********************************************************************************/ #include <stdio.h> -- Gitblit v1.9.1