From 357a5746b0c9f0ddaf56e2d6874c6ddeb8aecbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 25 Jan 2018 21:23:09 +0200 Subject: [PATCH] directsoundsrc: Add missing \ in multi-line #define --- sys/directsound/gstdirectsoundsrc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/directsound/gstdirectsoundsrc.h b/sys/directsound/gstdirectsoundsrc.h index f92fb99137..fad1d72ebc 100644 --- a/sys/directsound/gstdirectsoundsrc.h +++ b/sys/directsound/gstdirectsoundsrc.h @@ -115,9 +115,9 @@ struct _GstDirectSoundSrcClass GType gst_directsound_src_get_type (void); -#define GST_DIRECTSOUND_SRC_CAPS "audio/x-raw, " - "format = (string) { S16LE, S8 }, " - "layout = (string) interleaved, " +#define GST_DIRECTSOUND_SRC_CAPS "audio/x-raw, " \ + "format = (string) { S16LE, S8 }, " \ + "layout = (string) interleaved, " \ "rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]" G_END_DECLS