src/nnn.c | 2 +- diff --git a/src/nnn.c b/src/nnn.c index 6e0db039f555569e13d8cb01ebd19f5d67b790f7..87f02b30c4fc57bc617c1272fcf942fc13014f58 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -1887,7 +1887,7 @@ fd1 = create_tmp_file(); if (fd1 == -1) return ret; - xstrsncpy(foriginal, g_tmpfpath, strlen(g_tmpfpath)+1); + xstrsncpy(foriginal, g_tmpfpath, strlen(g_tmpfpath) + 1); fd2 = create_tmp_file(); if (fd2 == -1) {