OSDN Git Service

Fixed a couple of obvious code errors
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / ProgressDlg.cpp
index d7f3efe..b7e8514 100644 (file)
@@ -176,7 +176,7 @@ void CProgressDlg::RemoveLastLine(CString &str)
 {\r
        int start;\r
        start=str.ReverseFind(_T('\n'));\r
-       if(start>0);\r
+       if(start>0)\r
                str=str.Left(start);\r
        return;\r
 }\r