Skip to content

Commit

Permalink
Colourise should be bool
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 29, 2014
1 parent 84a534b commit 0eb74c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typedef enum log_dst {
} log_dst_t;

typedef struct fr_log_t {
int colourise; //!< Prefix log messages with VT100 escape codes to change text
bool colourise; //!< Prefix log messages with VT100 escape codes to change text
//!< colour.
int fd; //!< File descriptor to write messages to.
log_dst_t dst; //!< Log destination.
Expand Down

0 comments on commit 0eb74c7

Please sign in to comment.