Skip to content

Commit

Permalink
Merge pull request #10 from kenhys/fix-a-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
mattn authored Jun 18, 2016
2 parents 18309b5 + ca4f7fc commit 205f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/growl.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ int growl_udp(
rc = growl_udp_notify(server, appname, notify, title, message, password);
}
return rc;
(void)icon; (void)url; /* prevent unused warnigns */
(void)icon; (void)url; /* prevent unused warnings */
}


Expand Down

0 comments on commit 205f519

Please sign in to comment.