wl_wl: Fix missing new line at end of fprintf

Summary: Original patch from ApBBB (Apostolos B.) slightly modified by
me to fix the commit message

Test Plan: Compile> run E on wayland > log out >look at the command line.

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: ManMower

Tags: #enlightenment-git, #wayland

Differential Revision: https://phab.enlightenment.org/D9069
This commit is contained in:
Christopher Michael 2019-06-10 08:41:12 -04:00
parent dc29ed4914
commit b8fb6b70f7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ e_modapi_init(E_Module *m)
}
else
{
fprintf(stderr, "Could not create wayland canvas");
fprintf(stderr, "Could not create wayland canvas\n");
return NULL;
}
}