Skip to content

Commit

Permalink
sync code
Browse files Browse the repository at this point in the history
  • Loading branch information
qgymib committed Aug 2, 2024
1 parent f8b300f commit c7c2d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,8 @@ EV_LOCAL size_t ev__process_timer(ev_loop_t* loop);
#line 17 "ev.c"
////////////////////////////////////////////////////////////////////////////////
// FILE: ev/log.h
// SIZE: 1246
// SHA-256: c6a064c9e3d566915bdc4d5cef774036cf0343b2617bfcd78cab5d52719ad2b2
// SIZE: 1247
// SHA-256: e1b3f555d93220db00349730ee06b210a60a535b5f21a30e1b33e566523f9c29
////////////////////////////////////////////////////////////////////////////////
#line 1 "ev/log.h"
#ifndef __EV_LOG_INTERNAL_H__
Expand Down Expand Up @@ -1123,7 +1123,7 @@ typedef enum ev_log_level
* @brief Log
* @param[in] level Log level
* @param[in] file File name
* @param[in] func Functon name
* @param[in] func Function name
* @param[in] line Line number
* @param[in] fmt Log format
* @param[in] ... Argument list
Expand Down

0 comments on commit c7c2d0e

Please sign in to comment.