app: fix a double semikolon in gimpdisplayshell.c

This commit is contained in:
Michael Natterer 2015-08-14 22:37:52 +02:00
parent 514fbe0d66
commit cafc3b3c3e
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ gimp_display_shell_get_color_profile (GimpColorManaged *managed)
return gimp_color_managed_get_color_profile (GIMP_COLOR_MANAGED (image));
/* never return a NULL profile */
return gimp_color_profile_new_srgb ();;
return gimp_color_profile_new_srgb ();
}
static void