summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadNext.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-19 22:10:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-19 22:10:10 (GMT)
commit6ba5327e8579861a348ee361e3aff04356086458 (patch)
tree9790caf5f3e563afb49a9b98f35fe6c8f92fb8df /unix/tclLoadNext.c
parent2e165c349a1c7b8d6a62f5b97adfff7f2b0ae80f (diff)
parent094f23c172acca8f32b0888cd536f01fc1daab1b (diff)
downloadtcl-6ba5327e8579861a348ee361e3aff04356086458.zip
tcl-6ba5327e8579861a348ee361e3aff04356086458.tar.gz
tcl-6ba5327e8579861a348ee361e3aff04356086458.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclLoadNext.c')
-rw-r--r--unix/tclLoadNext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c
index f5911f8..eb0affa 100644
--- a/unix/tclLoadNext.c
+++ b/unix/tclLoadNext.c
@@ -134,8 +134,8 @@ FindSymbol(
const char *symbol)
{
Tcl_PackageInitProc *proc = NULL;
-
- if (symbol) {
+
+ if (symbol) {
char sym[strlen(symbol) + 2];
sym[0] = '_';