Skip to content

Commit

Permalink
Add declaration of type on callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Apr 19, 2024
1 parent f82c6c7 commit f005188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/util/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <stdarg.h>

typedef struct log_config_s {
RzList *callbacks;
RzList /*<RzLogCallback>*/ *callbacks;
RzLogLevel level;
#if RZ_BUILD_DEBUG
RzLogLevel abortlevel;
Expand Down

0 comments on commit f005188

Please sign in to comment.