Skip to content

Commit

Permalink
Fix syntax error in WIN_SPARKLE_CHECK_VERSION macro.
Browse files Browse the repository at this point in the history
Remove superfluous '('.

Fixes #7.
  • Loading branch information
vslavik committed Jun 4, 2013
1 parent 178b31f commit a5d8021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/winsparkle-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
WIN_SPARKLE_VERSION_MINOR >= (minor)) \
|| \
(WIN_SPARKLE_VERSION_MAJOR == (major) && \
(WIN_SPARKLE_VERSION_MINOR == (minor) && \
WIN_SPARKLE_VERSION_MINOR == (minor) && \
WIN_SPARKLE_VERSION_MICRO >= (micro)) \
)

Expand Down

0 comments on commit a5d8021

Please sign in to comment.