summaryrefslogtreecommitdiffstats
path: root/unix/tclAppInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclAppInit.c')
-rw-r--r--unix/tclAppInit.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index c49df55..6158c99 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -164,10 +164,9 @@ Tcl_AppInit(
#define INITFILENAME ".tclshrc"
#endif
- (void)Tcl_EvalEx(interp,
- "set tcl_rcFileName [file tildeexpand ~/" INITFILENAME "]",
- -1,
- TCL_EVAL_GLOBAL);
+ (void) Tcl_EvalEx(interp,
+ "set tcl_rcFileName [file tildeexpand ~/" INITFILENAME "]",
+ -1, TCL_EVAL_GLOBAL);
return TCL_OK;
}