Skip to content

Commit 713a434

Browse files
committed
info are saved on ggs_log
1 parent b988260 commit 713a434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ typedef struct Log {
275275
* @brief Display a message.
276276
*/
277277
#define info(...) if (options.info) { \
278-
/* extern Log ggs_log; */\
278+
extern Log ggs_log; \
279279
fprintf(stderr, __VA_ARGS__); \
280280
} else (void) 0
281281

0 commit comments

Comments
 (0)