diff -r d27109ba6626 -r 88e5bd05a57c pidgin/gtkdebug.c --- a/pidgin/gtkdebug.c Thu Jun 15 23:13:33 2017 -0400 +++ b/pidgin/gtkdebug.c Fri Jun 16 17:29:30 2017 -0400 @@ -593,8 +593,8 @@ error = NULL; resource_bytes = g_resource_lookup_data(resource, "/im/pidgin/Pidgin/gtkdebug.html", - G_RESOURCE_LOOKUP_FLAGS_NONE, - &error); + G_RESOURCE_LOOKUP_FLAGS_NONE, + &error); if (G_UNLIKELY(resource_bytes == NULL || error != NULL)) { gchar *msg = g_strdup_printf("Unable to load debug window HTML: %s\n", error ? error->message : "Unknown error");