include: remove stray linefeeds

Austin English austinenglish at gmail.com
Mon Nov 19 17:47:11 CST 2012


Found while compiling with TinyCC

-- 
-Austin
-------------- next part --------------
diff --git a/include/endpointvolume.idl b/include/endpointvolume.idl
index f58450a..eaf4f8a 100644
--- a/include/endpointvolume.idl
+++ b/include/endpointvolume.idl
@@ -30,9 +30,9 @@ typedef struct AUDIO_VOLUME_NOTIFICATION_DATA
 
 cpp_quote("typedef struct AUDIO_VOLUME_NOTIFICATION_DATA *PAUDIO_VOLUME_NOTIFICATION_DATA;")
 
-cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_VOLUME 0x1\n")
-cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_MUTE 0x2\n")
-cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_METER 0x4\n")
+cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_VOLUME 0x1")
+cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_MUTE 0x2")
+cpp_quote("#define ENDPOINT_HARDWARE_SUPPORT_METER 0x4")
 
 interface IAudioEndpointVolumeCallback;
 interface IAudioEndpointVolume;


More information about the wine-patches mailing list