Skip to content

Commit

Permalink
Add additional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnetic-Fox committed Aug 17, 2024
1 parent 16b60b7 commit adb66ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) {
unsigned long int width;
unsigned long int height;
MINMAXINFO *lpMMI;

// actual window procedure goes here...
switch(msg) {
case WM_LBUTTONUP:
++progress;
Expand Down

0 comments on commit adb66ad

Please sign in to comment.