aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_ril.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 13:19:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 13:19:14 +0000
commite90c4dce6fc3253c9ca69305fb4efecf8eccc62e (patch)
treecd2f56b6244436b1b5ca4a651650ffd7327359b3 /src/ats/plugin_ats_ril.c
parentaa42cd5e2a145b6a66cdc62051b50274109cff42 (diff)
downloadgnunet-e90c4dce6fc3253c9ca69305fb4efecf8eccc62e.tar.gz
gnunet-e90c4dce6fc3253c9ca69305fb4efecf8eccc62e.zip
-rename for naming consistency
Diffstat (limited to 'src/ats/plugin_ats_ril.c')
-rw-r--r--src/ats/plugin_ats_ril.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ats/plugin_ats_ril.c b/src/ats/plugin_ats_ril.c
index bd3c5e4a5..76212e835 100644
--- a/src/ats/plugin_ats_ril.c
+++ b/src/ats/plugin_ats_ril.c
@@ -783,8 +783,10 @@ ril_inform (struct GAS_RIL_Handle *solver,
783 enum GAS_Solver_Operation op, 783 enum GAS_Solver_Operation op,
784 enum GAS_Solver_Status stat) 784 enum GAS_Solver_Status stat)
785{ 785{
786 if (NULL != solver->env->info_cb) 786 solver->env->info_cb (solver->env->cls,
787 solver->env->info_cb (solver->env->cls, op, stat, GAS_INFO_NONE); 787 op,
788 stat,
789 GAS_INFO_NONE);
788} 790}
789 791
790/** 792/**