mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Fix: Typo
This commit is contained in:
parent
e4520abf4c
commit
6cee49d16f
@ -183,7 +183,7 @@ static const char * __level2str(igloo_loglevel_t level)
|
|||||||
case IGLOO_LOGLEVEL_DEBUG: return "DBUG"; break;
|
case IGLOO_LOGLEVEL_DEBUG: return "DBUG"; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "<<<unknowm log level>>>";
|
return "<<<unknown log level>>>";
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user