Cairo Renderer: Fix Typos

This commit is contained in:
Mario Hüttel 2019-06-07 19:28:07 +02:00
parent 906225f47f
commit 6ebd05007e
1 changed files with 2 additions and 2 deletions

View File

@ -325,13 +325,13 @@ ret_clear_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 (process_id == 0)
exit(0);
/* fork didn't work. Just return here */
/* Fork didn't work. Just return here */
return;
ret_parent:
waitpid(process_id, NULL, 0);