aboutsummaryrefslogtreecommitdiff
path: root/acid/thread
diff options
context:
space:
mode:
Diffstat (limited to 'acid/thread')
-rw-r--r--acid/thread2
1 files changed, 1 insertions, 1 deletions
diff --git a/acid/thread b/acid/thread
index 54b2c072..ba566b7e 100644
--- a/acid/thread
+++ b/acid/thread
@@ -116,7 +116,7 @@ defn threadfmt(T){
local A, yes, i, P, s;
P = (Proc)T.proc;
- s = "t=(Thread)"+itoa(T, "%-10x")+" ";
+ s = "t=(Thread)"+itoa(T, "%-10x")+" // ";
if T.state == Running then
s = s + "Running ";