Skip to content

Commit

Permalink
Reindent after the last commit.
Browse files Browse the repository at this point in the history
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23034 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
  • Loading branch information
stefano committed May 5, 2010
1 parent 8e4981b commit c4ccb0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmdutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit c4ccb0a

Please sign in to comment.