diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-19 16:12:00 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-19 16:12:00 (GMT) |
| commit | 7208478d1c5c7ed65b3d0bdaced2740830f3859b (patch) | |
| tree | eef639b380b170cca7cd66f4c51ec6ac69e1a03a /unix/tclXtTest.c | |
| parent | 20547771bb29c967bf3eb2c0d8b17df50ddb8950 (diff) | |
| download | tcl-7208478d1c5c7ed65b3d0bdaced2740830f3859b.zip tcl-7208478d1c5c7ed65b3d0bdaced2740830f3859b.tar.gz tcl-7208478d1c5c7ed65b3d0bdaced2740830f3859b.tar.bz2 | |
Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows
(cherry-pick): Fix indentation/brace usage style issues
Diffstat (limited to 'unix/tclXtTest.c')
| -rw-r--r-- | unix/tclXtTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c index e660c69..d4b4251 100644 --- a/unix/tclXtTest.c +++ b/unix/tclXtTest.c @@ -21,7 +21,7 @@ static Tcl_ObjCmdProc TesteventloopCmd; * Functions defined in tclXtNotify.c for use by users of the Xt Notifier: */ -extern void InitNotifier(void); +extern void InitNotifier(void); extern XtAppContext TclSetAppContext(XtAppContext ctx); /* |
