diff options
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c index d1d539020..2cab52034 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -2008,4 +2008,3 @@ void hb_hexdump( hb_debug_level_t level, const char * label, const uint8_t * dat hb_deep_log( level, " %-50s%20s", line, ascii ); } } - |