diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |