Skip to content

Commit 8574bf2

Browse files
committed
fix: remove double semi
1 parent 3a5be33 commit 8574bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ColorCop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ BOOL CColorCopApp::InitApplication()
167167

168168
LoadDefaultSettings();
169169

170-
ClipOrCenterWindowToMonitor(::GetForegroundWindow(), MONITOR_CENTER);;
170+
ClipOrCenterWindowToMonitor(::GetForegroundWindow(), MONITOR_CENTER);
171171
// set the window to be in the middle
172172
}
173173

0 commit comments

Comments
 (0)