summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index a21cfa4360..f13a09950a 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -43,12 +43,12 @@ unsigned avformat_version(void);
/**
* Returns the libavformat build-time configuration.
*/
-const char * avformat_configuration(void);
+const char *avformat_configuration(void);
/**
* Returns the libavformat license.
*/
-const char * avformat_license(void);
+const char *avformat_license(void);
#include <time.h>
#include <stdio.h> /* FILE */