summaryrefslogtreecommitdiff
path: root/pr/src/cplus/tests/switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/cplus/tests/switch.cpp')
-rw-r--r--pr/src/cplus/tests/switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/cplus/tests/switch.cpp b/pr/src/cplus/tests/switch.cpp
index 4cb14c48..d8b4e936 100644
--- a/pr/src/cplus/tests/switch.cpp
+++ b/pr/src/cplus/tests/switch.cpp
@@ -207,7 +207,7 @@ PRIntn main(PRIntn argc, char **argv)
if (debug_mode)
PL_FPrintError(debug_out, "Failed to interrupt");
}
- link = link->next;
+ link = link->next;
}
for (thread_count = 1; thread_count <= thread_limit; ++thread_count)