mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
app: just needed to close that parenthese!
This commit is contained in:
parent
b3acda1839
commit
09ebc2042a
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ layers_delete_cmd_callback (GimpAction *action,
|
||||||
removed_layers = g_list_copy (layers);
|
removed_layers = g_list_copy (layers);
|
||||||
|
|
||||||
/* Removing children layers (they will be removed anyway by removing
|
/* Removing children layers (they will be removed anyway by removing
|
||||||
* the parent.
|
* the parent).
|
||||||
*/
|
*/
|
||||||
for (iter = removed_layers; iter; iter = iter->next)
|
for (iter = removed_layers; iter; iter = iter->next)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue