summaryrefslogtreecommitdiff
path: root/lib/libocurses
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-11-19 17:12:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-11-19 17:12:27 +0000
commit07ba47623811be8e5d74a976d2d7bf7a8536ac2c (patch)
treece8f347261a0a1549c0400f96be94185422e75e8 /lib/libocurses
parent0885c03cfe9a392b561d73290f6baa72dccafb01 (diff)
add missing space
Diffstat (limited to 'lib/libocurses')
-rw-r--r--lib/libocurses/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libocurses/pathnames.h b/lib/libocurses/pathnames.h
index 26153535eee..01a3507e4be 100644
--- a/lib/libocurses/pathnames.h
+++ b/lib/libocurses/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.2 1998/11/19 17:07:14 millert Exp $ */
+/* $OpenBSD: pathnames.h,v 1.3 1998/11/19 17:12:26 millert Exp $ */
/* $NetBSD: pathnames.h,v 1.3 1995/02/27 10:18:43 cgd Exp $ */
/*
@@ -37,4 +37,4 @@
*/
#define _PATH_TERMCAP "/usr/share/misc/termcap"
-#define _PATH_DEF __CONCAT(".termcap",_PATH_TERMCAP)
+#define _PATH_DEF __CONCAT(".termcap ",_PATH_TERMCAP)