summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim.c b/src/sim.c
index aa708f34..351143f3 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -50,7 +50,7 @@ static gboolean sim_op_retrieve_next(gpointer user);
struct sim_file_op {
int id;
- int cache;
+ gboolean cache;
enum ofono_sim_file_structure structure;
int length;
int record_length;