From 4e3df7be8ff430de6f0f124a20112fb7be8a17d0 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 10 Nov 2011 21:01:24 -0500 Subject: fix __cplusplus extern "C" closing brace in pty.h (typo?) --- include/pty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pty.h b/include/pty.h index 46a99f47..db638534 100644 --- a/include/pty.h +++ b/include/pty.h @@ -12,7 +12,7 @@ int openpty(int *, int *, char *, const struct termios *, const struct winsize * int forkpty(int *, char *, const struct termios *, const struct winsize *); #ifdef __cplusplus -extern } +} #endif #endif -- cgit v1.2.1