diff options
Diffstat (limited to 'gtk/ui_util.c')
-rw-r--r-- | gtk/ui_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ui_util.c b/gtk/ui_util.c index 3c4c560ca1..9177cf9eb5 100644 --- a/gtk/ui_util.c +++ b/gtk/ui_util.c @@ -417,7 +417,7 @@ window_geom_save(const gchar *name, window_geometry_t *geom) g_free(work); } - /* malloc and insert the new one */ + /* g_malloc and insert the new one */ work = g_malloc(sizeof(*geom)); *work = *geom; key = g_strdup(name); |