diff -r 312160defeac -r 2d5955694057 Win32/Win32RawInput.cs
--- a/Win32/Win32RawInput.cs Sun Mar 15 21:26:51 2015 +0100
+++ b/Win32/Win32RawInput.cs Tue Mar 17 15:35:58 2015 +0100
@@ -110,7 +110,7 @@
///
/// If set, the application command keys are handled. RIDEV_APPKEYS can be specified only if RIDEV_NOLEGACY is specified for a keyboard device.
- ///
+ ///
public const uint RIDEV_APPKEYS = 0x00000400;
///