cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'

This commit is contained in:
Richard Hughes 2013-05-15 09:17:37 +01:00 committed by Kristian Høgsberg
parent b9f1c5248b
commit 2379a65c9f

View File

@ -478,7 +478,7 @@ colord_cms_output_destroy(gpointer data)
WL_EXPORT int
module_init(struct weston_compositor *ec,
int *argc, char *argv[], const char *config_file)
int *argc, char *argv[])
{
gboolean ret;
GError *error = NULL;