Code formatting

This commit is contained in:
max_10
2017-12-22 19:02:30 +01:00
committed by Thilo Graf
parent 3d8987513d
commit ac5aacd704
12 changed files with 78 additions and 87 deletions

View File

@@ -42,7 +42,7 @@
#ifdef SUBTITLE_MGR_DEBUG
static short debug_level = 10;
static short debug_level = 20;
#define subtitle_mgr_printf(level, x...) do { \
if (debug_level >= level) printf(x); } while (0)