summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/simfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simfs.c b/src/simfs.c
index 1e71f828..5f459ab1 100644
--- a/src/simfs.c
+++ b/src/simfs.c
@@ -98,7 +98,7 @@ void sim_fs_free(struct sim_fs *fs)
* for operations still in progress
*/
if (fs->op_q) {
- g_queue_foreach(fs->op_q, (GFunc)sim_fs_op_free, NULL);
+ g_queue_foreach(fs->op_q, (GFunc) sim_fs_op_free, NULL);
g_queue_free(fs->op_q);
}