From daed21a17e42bd3f8f561eaf46651780fd6babfa Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 7 Oct 2010 03:11:55 +0100 Subject: avfilter: remove stray semicolon --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 22b8b1c..ad8b1e5 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -227,7 +227,7 @@ typedef struct AVFilterFormats { unsigned refcount; ///< number of references to this list struct AVFilterFormats ***refs; ///< references to this list -} AVFilterFormats;; +} AVFilterFormats; /** * Create a list of supported formats. This is intended for use in -- cgit v1.1