From: Rich Felker Date: Fri, 11 Nov 2011 02:01:24 +0000 (-0500) Subject: fix __cplusplus extern "C" closing brace in pty.h (typo?) X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=4e3df7be8ff430de6f0f124a20112fb7be8a17d0;ds=sidebyside fix __cplusplus extern "C" closing brace in pty.h (typo?) --- 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