]> granicus.if.org Git - handbrake/commitdiff
libhb/hd_dict.c, add newline at end of file.
authorRodeo <tdskywalker@gmail.com>
Thu, 29 Mar 2012 15:06:59 +0000 (15:06 +0000)
committerRodeo <tdskywalker@gmail.com>
Thu, 29 Mar 2012 15:06:59 +0000 (15:06 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4556 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/common.c
libhb/hb_dict.c

index d1d53902027661cd83e1f595c53519c8682c51d8..2cab52034a3a3dc16fe7637233a43d48dcd30095 100644 (file)
@@ -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 );
     }
 }
-
index 1592f7e5029e8c5157159c2a47cee825988ce912..6946b563fce0813d484bbdd244328bbda8cdbc47 100644 (file)
@@ -168,4 +168,4 @@ hb_dict_t * hb_encopts_to_dict( const char * encopts, int encoder )
         free( opts_start );
     }
     return dict;
-}
\ No newline at end of file
+}