summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Potter <agpotter@gmail.com>2011-02-15 15:59:28 -0800
committerAndrew Potter <agpotter@gmail.com>2011-02-15 15:59:28 -0800
commit6c76206d10a0e1c04f78d3e1c9e9a22d32c6a179 (patch)
tree04b078bde2ab426a34e147026e634fa167b01689 /src
parenta73a3ab55f64568b906913c3ef18d3239e6a5f46 (diff)
Fix errant whitespace screwup
Diffstat (limited to 'src')
-rw-r--r--src/imlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imlib.c b/src/imlib.c
index 303a29e..dc46d4e 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -397,7 +397,7 @@ char *feh_http_load_image(char *url)
break;
case SAW_ONE_CM:
- if (buf[i] == '\012') {
+ if (buf[i] == '\012') {
body = SAW_ONE_CJ;
} else {
body = SAW_NONE;