Cairo Renderer: Fix Typos

This commit is contained in:
Mario Hüttel 2019-06-07 19:28:07 +02:00
parent 906225f47f
commit 6ebd05007e

View File

@ -325,13 +325,13 @@ ret_clear_layers:
} }
free(layers); free(layers);
printf("cairo export finished. It might still be buggy!\n"); printf("Cairo export finished. It might still be buggy!\n");
/* If forked, suspend process */ /* If forked, suspend process */
if (process_id == 0) if (process_id == 0)
exit(0); exit(0);
/* fork didn't work. Just return here */ /* Fork didn't work. Just return here */
return; return;
ret_parent: ret_parent:
waitpid(process_id, NULL, 0); waitpid(process_id, NULL, 0);