summaryrefslogtreecommitdiff
path: root/dpi/ftp.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-09-20 02:47:53 +0000
committercorvid <corvid@lavabit.com>2009-09-20 02:47:53 +0000
commitda3f5268045b5edff01b53f475a56cb0795c7bb1 (patch)
treedfef39b21438155350b5f755893fe5878a15b1cc /dpi/ftp.c
parent6a1945e459f5c4ecd0ec89b6501e0daf10f77b41 (diff)
trim some spaces
Diffstat (limited to 'dpi/ftp.c')
-rw-r--r--dpi/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/ftp.c b/dpi/ftp.c
index 7fff72ca..8c2eda15 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -279,7 +279,7 @@ int main(int argc, char **argv)
/* wget may need to write a temporary file... */
rc = chdir("/tmp");
if (rc == -1) {
- MSG("paths: error changing directory to /tmp: %s\n",
+ MSG("paths: error changing directory to /tmp: %s\n",
dStrerror(errno));
}