Skip to content
Snippets Groups Projects
Commit fb487bbc authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

remove useless casts

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b749217b
Branches
Tags
No related merge requests found
...@@ -1528,7 +1528,7 @@ static void store_config_core(struct chan_oss_pvt *o, const char *var, const cha ...@@ -1528,7 +1528,7 @@ static void store_config_core(struct chan_oss_pvt *o, const char *var, const cha
CV_START(var, value); CV_START(var, value);
/* handle jb conf */ /* handle jb conf */
if (!ast_jb_read_conf(&global_jbconf, (char *)var,(char *) value)) if (!ast_jb_read_conf(&global_jbconf, var, value))
return; return;
if (!console_video_config(&o->env, var, value)) if (!console_video_config(&o->env, var, value))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment