Commit 41bc8af6 authored by Matt Colyer's avatar Matt Colyer

Fixed a typo in the previous commit.

parent 47d60e2b
...@@ -141,7 +141,7 @@ void *ifuse_init(struct fuse_conn_info *conn) { ...@@ -141,7 +141,7 @@ void *ifuse_init(struct fuse_conn_info *conn) {
} }
void ifuse_cleanup() { void ifuse_cleanup() {
free_iPhone(afc->iphone); free_iPhone(afc->phone);
afc_disconnect(afc); afc_disconnect(afc);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment