devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ba685cc0e5206c5a4672ff040f8d0e3ae13c475f

commit ba685cc0e5206c5a4672ff040f8d0e3ae13c475f
Author: Christopher Michael <[email protected]>
Date:   Mon May 18 10:15:12 2020 -0400

    wl_drm: Add missing new line on error printing
---
 src/modules/wl_drm/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c
index 10a08ce47..45f589361 100644
--- a/src/modules/wl_drm/e_mod_main.c
+++ b/src/modules/wl_drm/e_mod_main.c
@@ -938,7 +938,7 @@ e_modapi_init(E_Module *m)
           }
         else
           {
-             fprintf(stderr, "Could not create ecore_evas_drm canvas");
+             fprintf(stderr, "Could not create ecore_evas_drm canvas\n");
              return NULL;
           }
      }

-- 


Reply via email to