* mu-cmd-find.c: turn the ^L-separator into a terminator.

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-07 22:18:33 +03:00
parent 543a4400ab
commit adbab879a2

View File

@ -196,7 +196,7 @@ mu_cmd_view (MuConfig *opts)
if (rv != MU_EXITCODE_OK)
break;
/* add a separator between two messages? */
if (opts->params[i+1] && opts->separate)
if (opts->separate)
g_print ("%c", VIEW_SEPARATOR);
}