diff options
author | Rodeo <[email protected]> | 2012-03-29 15:06:59 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-03-29 15:06:59 +0000 |
commit | 72997d728bb599ffff1e81c65ff4b44cc646c3f0 (patch) | |
tree | 330098ee46e99dd565a67bcf5cc5e999f86831f2 /libhb/hb_dict.c | |
parent | 398f493851c51ded64870e35d80c67d5dfea1194 (diff) |
libhb/hd_dict.c, add newline at end of file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4556 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb_dict.c')
-rw-r--r-- | libhb/hb_dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb_dict.c b/libhb/hb_dict.c index 1592f7e50..6946b563f 100644 --- a/libhb/hb_dict.c +++ b/libhb/hb_dict.c @@ -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 +} |