Commit 4f1ed54c authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedbg: Remove a dead assignment (Clang).

parent 054ca8f3
...@@ -234,7 +234,7 @@ static int source_display(const char* sourcefile, int start, int end) ...@@ -234,7 +234,7 @@ static int source_display(const char* sourcefile, int start, int end)
* OK, I guess the user doesn't really want to see it * OK, I guess the user doesn't really want to see it
* after all. * after all.
*/ */
ol = source_add_file(sourcefile, NULL); source_add_file(sourcefile, NULL);
return FALSE; return FALSE;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment