diff options
Diffstat (limited to 'src/sim.c')
-rw-r--r-- | src/sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ static void sim_op_retrieve_cb(const struct ofono_error *error, char *imsi = sim->imsi; char *path; - int fd, ret; + int fd; if (error->type != OFONO_ERROR_TYPE_NO_ERROR) { if (op->current == 1) |