fix Merge_layer() prototype

This commit is contained in:
Thomas Bernard
2019-05-11 11:46:20 +02:00
parent 1dc7c746a2
commit d8f30b5a8d
2 changed files with 2 additions and 2 deletions

View File

@@ -1482,7 +1482,7 @@ byte Delete_layer(T_List_of_pages *list, int layer)
/// Merges the current layer onto the one below it.
byte Merge_layer()
byte Merge_layer(void)
{
int i;
for (i=0; i<Main.image_width*Main.image_height; i++)