diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-15 20:42:56 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-15 20:42:56 +0000 |
commit | a661ade713a1ba0534ed13abb626115fceed5fd5 (patch) | |
tree | 633c6c3a27654e81353defe1d7b8b9e26104909e /vhook | |
parent | 6100cb477a08cecace1f8150a1f97c255fc58303 (diff) | |
download | ffmpeg-a661ade713a1ba0534ed13abb626115fceed5fd5.tar.gz |
Indentation for previous commit
Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r-- | vhook/imlib2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vhook/imlib2.c b/vhook/imlib2.c index 98ccaf8c4b..3c548366cd 100644 --- a/vhook/imlib2.c +++ b/vhook/imlib2.c @@ -258,9 +258,9 @@ int Configure(void **ctxp, int argc, char *argv[]) f = fopen(rgbtxt, "r"); else { - f = fopen("/usr/share/X11/rgb.txt", "r"); - if (!f) - f = fopen("/usr/lib/X11/rgb.txt", "r"); + f = fopen("/usr/share/X11/rgb.txt", "r"); + if (!f) + f = fopen("/usr/lib/X11/rgb.txt", "r"); } if (!f) { fprintf(stderr, "Failed to find RGB color names file\n"); |