From 1b666ea9c1335dd2960d647593cd6e8248b49bd9 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 9 Jan 2017 12:42:39 +0100 Subject: [PATCH] gpiofind: remove stray newline Signed-off-by: Bartosz Golaszewski --- gpiofind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiofind.c b/gpiofind.c index f79e478..dd39311 100644 --- a/gpiofind.c +++ b/gpiofind.c @@ -58,7 +58,7 @@ int main(int argc, char **argv) argv += optind; if (argc != 1) - die("GPIO line name must be specified\n"); + die("GPIO line name must be specified"); line = gpiod_line_find_by_name(argv[1]); if (!line) -- 2.30.2