<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi Steve,</p>
<p>On 2017-03-14 15:17, Steve Lhomme wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> From: Steve Lhomme <slhomme@matroska.org>
it is not set in other places and some compilers don't like a stray coma.
---
include/vlc_stream_extractor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_stream_extractor.h b/include/vlc_stream_extractor.h
index b1782dc2ac..bc90879016 100644
--- a/include/vlc_stream_extractor.h
+++ b/include/vlc_stream_extractor.h
@@ -71,7 +71,7 @@ typedef struct stream_extractor_t {
} stream_extractor_t;
typedef struct stream_directory_t {
- VLC_COMMON_MEMBERS;
+ VLC_COMMON_MEMBERS
/**
* \name Callbacks for stream directories</code></pre>
</blockquote>
<p>Not that it is actually required, but; <em>LGTM</em>.</p>
</body>
</html>