diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-01-21 19:55:46 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-01-21 19:55:46 +0000 |
commit | 53d05354369c59a0c084bf0e4c72b1f25702746c (patch) | |
tree | b0e1a78a847ff79edd681ac111b6e28a26e1a1b8 /plugins/YARelay/src/stdafx.h | |
parent | e80241cc3e2964c49abfd34ee1df8b9d900b1e8c (diff) |
YARelay: Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@11888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YARelay/src/stdafx.h')
-rw-r--r-- | plugins/YARelay/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YARelay/src/stdafx.h b/plugins/YARelay/src/stdafx.h index 5b1543f6c4..c2f40604ce 100644 --- a/plugins/YARelay/src/stdafx.h +++ b/plugins/YARelay/src/stdafx.h @@ -61,4 +61,4 @@ struct MESSAGE_PROC extern LIST<MESSAGE_PROC> arMessageProcs;
-int OptionsInit(WPARAM wParam, LPARAM lParam);
+int OptionsInit(WPARAM wParam, LPARAM);
|