diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
commit | 45d4fa580114e7379a1140fb9944d43ffb9522ae (patch) | |
tree | b3ef37a2d374be07c365babe6ab6521c2d964be7 /plugins/winamp/winamp.c | |
parent | a5ab455b3414226ef03869eab9e7eeb01142a916 (diff) |
Rebranding for XCHAT_EAT_*
Diffstat (limited to 'plugins/winamp/winamp.c')
-rw-r--r-- | plugins/winamp/winamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/winamp/winamp.c b/plugins/winamp/winamp.c index ebabf276..1357ac83 100644 --- a/plugins/winamp/winamp.c +++ b/plugins/winamp/winamp.c @@ -155,7 +155,7 @@ HWND hwndWinamp = FindWindow("Winamp v1.x",NULL); { xchat_print(ph, "Winamp not found.\n"); } - return XCHAT_EAT_ALL; + return HEXCHAT_EAT_ALL; } int |