1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-08-02 15:40:28 +00:00

git ls-files | xargs sed -i 's/[ \t]*$//'

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2025-03-02 10:29:56 -05:00
parent 5ab3ef5609
commit 92a88a4b4b
18 changed files with 64 additions and 64 deletions

4
io.c
View file

@ -333,7 +333,7 @@ load(fname)
}
/* argument "dir" not used!
/* argument "dir" not used!
* Needed for DOS version only
*/
void
@ -352,7 +352,7 @@ bvi_init(dir)
docmdline(initstr);
return;
}
#ifdef DJGPP
strcpy(rcpath, "c:");
strcpy(rcpath, dir);