Skip to content
Snippets Groups Projects
Commit 9e94bd3e authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Reindent after the last commit.

Originally committed as revision 23034 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 10173c0e
No related merge requests found
......@@ -294,9 +294,9 @@ void print_error(const char *filename, int err)
char errbuf[128];
const char *errbuf_ptr = errbuf;
if (av_strerror(err, errbuf, sizeof(errbuf)) < 0)
errbuf_ptr = strerror(AVUNERROR(err));
fprintf(stderr, "%s: %s\n", filename, errbuf_ptr);
if (av_strerror(err, errbuf, sizeof(errbuf)) < 0)
errbuf_ptr = strerror(AVUNERROR(err));
fprintf(stderr, "%s: %s\n", filename, errbuf_ptr);
}
#define PRINT_LIB_VERSION(outstream,libname,LIBNAME,indent) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment