From e4cd982197a4f0131a6a5a43dd83f69f0a724db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Fri, 13 Jul 2018 14:14:48 +0200 Subject: va: fix new line symbol in error message --- va/va.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/va/va.c b/va/va.c index a950c6a..306984f 100644 --- a/va/va.c +++ b/va/va.c @@ -386,7 +386,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name) void *handle = NULL; char *driver_path = va_getDriverPath(driver_dir, driver_name); if (!driver_path) { - va_errorMessage(dpy, "%s L%d Out of memory!n", + va_errorMessage(dpy, "%s L%d Out of memory\n", __FUNCTION__, __LINE__); free(search_path); return VA_STATUS_ERROR_ALLOCATION_FAILED; -- cgit v1.2.1