summaryrefslogtreecommitdiff
path: root/src/imlib.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-11-07 07:52:52 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-11-07 07:52:52 +0100
commitf6642257096c6fe0f78984d989790a3d9e1056fe (patch)
treeece4b301e194f43943b7d561796f1637f3a83a01 /src/imlib.c
parent08b37e4a577af0225f5e173a68775d3e7121803a (diff)
Fix ~/.fehbg no longer being source-able (closes #342)2.22.1
Diffstat (limited to 'src/imlib.c')
-rw-r--r--src/imlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imlib.c b/src/imlib.c
index 82a9865..abdef4e 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -467,7 +467,7 @@ static char *feh_http_load_image(char *url)
char *feh_http_load_image(char *url)
{
weprintf(
- "Cannot load image %s\n Please recompile with libcurl support",
+ "Cannot load image %s\nPlease recompile feh with libcurl support",
url
);
return NULL;