mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix trivial typo to unbreak the build (there was a colon instead of a
2008-09-16 Wouter Bolsterlee <wbolster@svn.gnome.org> * gdesktopappinfo.c (g_desktop_app_info_new_from_keyfile): Fix trivial typo to unbreak the build (there was a colon instead of a semicolon at the end of a statement). svn path=/trunk/; revision=7500
This commit is contained in:
committed by
Wouter Bolsterlee
parent
9d3d04412b
commit
1d627b703f
@@ -275,7 +275,7 @@ g_desktop_app_info_new_from_keyfile (GKeyFile *key_file)
|
||||
if (info->path && info->path[0] == '\0')
|
||||
{
|
||||
g_free (info->path);
|
||||
info->path = NULL:
|
||||
info->path = NULL;
|
||||
}
|
||||
|
||||
return info;
|
||||
|
Reference in New Issue
Block a user