From ddf4b613f3ebf3799f23f51a68c00649bfb84e95 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 10 May 2011 15:19:38 +0200 Subject: Krazy fixes (spelling, single char strings, char constants). --- src/plugins/debugger/gdb/symbian.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/gdb/symbian.cpp') diff --git a/src/plugins/debugger/gdb/symbian.cpp b/src/plugins/debugger/gdb/symbian.cpp index 94377bd4a2..b758596f37 100644 --- a/src/plugins/debugger/gdb/symbian.cpp +++ b/src/plugins/debugger/gdb/symbian.cpp @@ -506,7 +506,7 @@ void Snapshot::syncThreads(ThreadsHandler *handler) const // Take advantage of direct access to cached register values. Threads threads; const unsigned count = threadInfo.size(); - for (unsigned t = 0; t < count; t++) { + for (unsigned t = 0; t < count; ++t) { ThreadData thread(t + 1); // Fake gdb thread ids starting from 1 thread.targetId = QString::number(threadInfo.at(t).id); thread.state = threadInfo.at(t).state; -- cgit v1.2.1