Compare commits
1 Commits
1c0f39db54
...
d5d5dc5180
| Author | SHA1 | Date | |
|---|---|---|---|
|
d5d5dc5180
|
@@ -86,9 +86,9 @@ _theme_close(void)
|
||||
void
|
||||
theme_init(const char* const theme_name)
|
||||
{
|
||||
if(defaults || theme_loc || theme) {
|
||||
if (defaults || theme_loc || theme) {
|
||||
log_warning("theme_init(): Detected non-NULL state (theme=%p, theme_loc=%p, defaults=%p). Cleaning up previous initialization.",
|
||||
theme, theme_loc, defaults);
|
||||
theme, theme_loc, defaults);
|
||||
_theme_close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user