From 97811d2aa7eb2246da0195150b2018cbc15bf193 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sat, 17 Jun 2023 08:29:15 -0500 Subject: [PATCH] Remove whitespace after backslash in lib/Makefile.am --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index ccfac19b0..323a00e74 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = getopt.c getopt.h getopt_long.c usleep.c \ +EXTRA_DIST = getopt.c getopt.h getopt_long.c usleep.c \ termios.c win32termios.h gettimeofday.c getaddrinfo.c noinst_LTLIBRARIES = libmisc.la