summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-04 09:54:51 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-04 15:01:46 -0500
commit320defb9c601cd4eb789d67f8dbf5ab27381a028 (patch)
tree44feaa4a14c13044781ff133adab6f1ac41f251e /src
parent6182c92ef7da3ce79bc2f2e88a61a7c434799642 (diff)
downloadofono-320defb9c601cd4eb789d67f8dbf5ab27381a028.tar.bz2
Make cache a gboolean
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;