Commit 1dc5c358 authored by Stefano Sabatini's avatar Stefano Sabatini

Satisfy style nits.

Originally committed as revision 21648 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4e38c094
......@@ -41,12 +41,12 @@ unsigned avdevice_version(void);
/**
* Returns the libavdevice build-time configuration.
*/
const char * avdevice_configuration(void);
const char *avdevice_configuration(void);
/**
* Returns the libavdevice license.
*/
const char * avdevice_license(void);
const char *avdevice_license(void);
/**
* Initialize libavdevice and register all the input and output devices.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment