diff --git a/src/cui.cpp b/src/cui.cpp index f974efa..8ce50fd 100644 --- a/src/cui.cpp +++ b/src/cui.cpp @@ -160,8 +160,8 @@ static void mvaddstr_truncate_cmdline(int row, int col, const char *progname, if (showBasename) { if (index(progname, FILE_SEPARATOR) != NULL) { progname = rindex(progname, FILE_SEPARATOR) + 1; - } - } + } + } std::size_t proglen = strlen(progname); std::size_t max_cmdlen;