mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
fix warnings from gcc compilation with my mad CFLAGS
This commit is contained in:
@@ -222,11 +222,11 @@ cleanup_dir_recurse (GFile *parent, GFile *root)
|
||||
}
|
||||
|
||||
static void
|
||||
cleanup_subdirs (const char *basedir)
|
||||
cleanup_subdirs (const char *base_dir)
|
||||
{
|
||||
GFile *base, *file;
|
||||
|
||||
base = g_file_new_for_path (basedir);
|
||||
base = g_file_new_for_path (base_dir);
|
||||
file = g_file_get_child (base, "applications");
|
||||
cleanup_dir_recurse (file, file);
|
||||
g_object_unref (file);
|
||||
|
Reference in New Issue
Block a user