summaryrefslogtreecommitdiffstats
path: root/src/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.c b/src/history.c
index 0229cf5d..7d3c9278 100644
--- a/src/history.c
+++ b/src/history.c
@@ -255,7 +255,7 @@ int ofono_history_driver_register(const struct ofono_history_driver *driver)
{
DBG("driver: %p name: %s", driver, driver->name);
- history_drivers = g_slist_prepend(history_drivers, (void *)driver);
+ history_drivers = g_slist_prepend(history_drivers, (void *) driver);
return 0;
}