diff options
Diffstat (limited to 'generic/tclProcess.c')
| -rw-r--r-- | generic/tclProcess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclProcess.c b/generic/tclProcess.c index 43b8cb4..a5607d9 100644 --- a/generic/tclProcess.c +++ b/generic/tclProcess.c @@ -40,7 +40,7 @@ static Tcl_HashTable infoTablePerResolvedPid; static int infoTablesInitialized = 0; /* 0 means not yet initialized. */ TCL_DECLARE_MUTEX(infoTablesMutex) -/* + /* * Prototypes for functions defined later in this file: */ |
