* docu fixes

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-08 21:57:48 +03:00
parent 74d00e26d4
commit f7c2ee5f49
4 changed files with 12 additions and 5 deletions

View File

@ -317,7 +317,8 @@ mu_cmd_mv (MuConfig *opts)
g_warning ("unlink failed: %s", strerror (errno));
return MU_EXITCODE_ERROR;
} else {
if (opts->printtarget) /* if the move worked, print */
if (opts->printtarget)
/* if the move worked, print */
g_print ("%s\n", "/dev/null"); /* /dev/null */
return MU_EXITCODE_OK;
}