diff options
-rw-r--r-- | src/daemon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index e82ae90..92fcb0b 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -405,7 +405,7 @@ static void on_popup_location_changed(GSettings *settings, gchar *key, NotifyDae static void notify_daemon_init(NotifyDaemon* daemon) { - char* location; + gchar *location; daemon->priv = G_TYPE_INSTANCE_GET_PRIVATE(daemon, NOTIFY_TYPE_DAEMON, NotifyDaemonPrivate); |