alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH - tinycompress - brace issue 1/1] tinycompress: fix compilation error: missing brace issue
@ 2016-03-14 10:15 francois.gaffie
  0 siblings, 0 replies; 2+ messages in thread
From: francois.gaffie @ 2016-03-14 10:15 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, François Gaffie

From: François Gaffie <francois.gaffie@intel.com>

Signed-off-by: François Gaffie <francois.gaffie@intel.com>

diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h
index 68626a4..d35801b 100644
--- a/include/tinycompress/tinycompress.h
+++ b/include/tinycompress/tinycompress.h
@@ -273,4 +273,7 @@ int is_compress_ready(struct compress *compress);
 /* Returns a human readable reason for the last error */
 const char *compress_get_error(struct compress *compress);
 
+#if defined(__cplusplus)
+}
+#endif
 #endif
diff --git a/include/tinycompress/tinymp3.h b/include/tinycompress/tinymp3.h
index a709c39..7015320 100644
--- a/include/tinycompress/tinymp3.h
+++ b/include/tinycompress/tinymp3.h
@@ -102,5 +102,7 @@ enum mp3_stereo_mode {
 	DUAL = 0x02,
 	MONO = 0x03
 };
-
+#if defined(__cplusplus)
+}
+#endif
 #endif
-- 
2.5.0

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH - tinycompress - brace issue 1/1] tinycompress: fix compilation error: missing brace issue
@ 2016-03-24 14:31 francois.gaffie
  0 siblings, 0 replies; 2+ messages in thread
From: francois.gaffie @ 2016-03-24 14:31 UTC (permalink / raw)
  To: patch; +Cc: koul.vinod, alsa-devel, François Gaffie,
	pierre-louis.bossart

From: François Gaffie <francois.gaffie@intel.com>

Signed-off-by: François Gaffie <francois.gaffie@intel.com>

diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h
index 68626a4..d35801b 100644
--- a/include/tinycompress/tinycompress.h
+++ b/include/tinycompress/tinycompress.h
@@ -273,4 +273,7 @@ int is_compress_ready(struct compress *compress);
 /* Returns a human readable reason for the last error */
 const char *compress_get_error(struct compress *compress);
 
+#if defined(__cplusplus)
+}
+#endif
 #endif
diff --git a/include/tinycompress/tinymp3.h b/include/tinycompress/tinymp3.h
index a709c39..7015320 100644
--- a/include/tinycompress/tinymp3.h
+++ b/include/tinycompress/tinymp3.h
@@ -102,5 +102,7 @@ enum mp3_stereo_mode {
 	DUAL = 0x02,
 	MONO = 0x03
 };
-
+#if defined(__cplusplus)
+}
+#endif
 #endif
-- 
2.5.0

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-24 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 10:15 [PATCH - tinycompress - brace issue 1/1] tinycompress: fix compilation error: missing brace issue francois.gaffie
  -- strict thread matches above, loose matches on Subject: below --
2016-03-24 14:31 francois.gaffie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).