summaryrefslogtreecommitdiff
path: root/libavformat/http.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-12-11 17:07:04 +0000
committerMans Rullgard <mans@mansr.com>2011-12-11 17:23:24 +0000
commit373211d828f351d86908d47828444f620bfd176d (patch)
tree57774c3dcd9d97abf4eca90b2d00615b6b92cfd6 /libavformat/http.c
parent0ebd4083e114a3c88c0e74852c10aeaea826d24d (diff)
Remove extraneous semicolons
These semicolons cause invalid empty top-level declarations. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/http.c')
-rw-r--r--libavformat/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/http.c b/libavformat/http.c
index a9b4d5a573..7badf720ed 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -67,7 +67,7 @@ static const AVClass flavor ## _context_class = {\
.item_name = av_default_item_name,\
.option = options,\
.version = LIBAVUTIL_VERSION_INT,\
-};
+}
HTTP_CLASS(http);
HTTP_CLASS(https);