app: just needed to close that parenthese!

This commit is contained in:
Jehan 2025-02-27 18:18:54 +01:00
parent b3acda1839
commit 09ebc2042a

View file

@ -999,7 +999,7 @@ layers_delete_cmd_callback (GimpAction *action,
removed_layers = g_list_copy (layers);
/* Removing children layers (they will be removed anyway by removing
* the parent.
* the parent).
*/
for (iter = removed_layers; iter; iter = iter->next)
{