aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.c b/src/utils.c
index e950d3b..1175797 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -106,8 +106,8 @@ get_os_release (void)
val = g_strdup(in);
g_clear_error(&error);
}
-
- g_debug("from \"%s\": key [%s] val [%s]", os_release, key->str, val);
+
+ g_debug("from \"%s\": key [%s] val [%s]", os_release, key->str, val);
g_hash_table_insert (hash, g_strdup(key->str), val); /* hash owns val now */
}