diff --git a/src/apps/debugger/ThreadHandler.cpp b/src/apps/debugger/ThreadHandler.cpp index 5f3f9bbe78..f5b2690168 100644 --- a/src/apps/debugger/ThreadHandler.cpp +++ b/src/apps/debugger/ThreadHandler.cpp @@ -602,7 +602,7 @@ ThreadHandler::_HandleSingleStepStep(CpuState* cpuState) } if (stackTrace != NULL) { - StackFrame *frame = stackTrace->FrameAt(0); + StackFrame* frame = stackTrace->FrameAt(0); Image* image = frame->GetImage(); ImageDebugInfo* info = NULL; if (GetImageDebugInfo(image, info) != B_OK)