wl_drm: Add missing new line on error printing

This commit is contained in:
Christopher Michael 2020-05-18 10:15:12 -04:00
parent 4f6b1928fa
commit ba685cc0e5
1 changed files with 1 additions and 1 deletions

View File

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