summaryrefslogtreecommitdiffstats
path: root/libhb/hb_dict.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-03-29 13:37:27 +0000
committerRodeo <[email protected]>2012-03-29 13:37:27 +0000
commit398f493851c51ded64870e35d80c67d5dfea1194 (patch)
treeb247e3012775af287c8ffabd12d35aeb2136c3bd /libhb/hb_dict.h
parenta0fd4604194e63f5219b1da61afcd19d4bdcfc9f (diff)
hb_dict: cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4555 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb_dict.h')
-rw-r--r--libhb/hb_dict.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/hb_dict.h b/libhb/hb_dict.h
index 46be946ce..8642d007b 100644
--- a/libhb/hb_dict.h
+++ b/libhb/hb_dict.h
@@ -22,10 +22,10 @@ typedef struct hb_dict_s hb_dict_t;
hb_dict_t * hb_dict_init( int alloc );
void hb_dict_free( hb_dict_t ** dict_ptr );
-void hb_dict_set( hb_dict_t ** dict_ptr, const char * key, const char * value );
+void hb_dict_set( hb_dict_t ** dict_ptr, const char * key, const char * value );
-hb_dict_entry_t * hb_dict_get( hb_dict_t * dict, const char * key );
-hb_dict_entry_t * hb_dict_next( hb_dict_t * dict, hb_dict_entry_t * previous );
+hb_dict_entry_t * hb_dict_get( hb_dict_t * dict, const char * key );
+hb_dict_entry_t * hb_dict_next( hb_dict_t * dict, hb_dict_entry_t * previous );
hb_dict_t * hb_encopts_to_dict( const char * encopts, int encoder );