Whitespace fix. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 716679fc256d1e30976a9c76c7ccdbc6cd5441de | |
parent 0d7c06d3a08a25ba6050a2c4f1fe531f4a8cbc1e | |
Author: Rob King <[email protected]> | |
Date: Sun, 4 Sep 2016 23:27:21 -0500 | |
Whitespace fix. | |
Diffstat: | |
libframe/frdraw.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/libframe/frdraw.c b/libframe/frdraw.c | |
@@ -47,6 +47,7 @@ _frdraw(Frame *f, Point pt) | |
} | |
return pt; | |
} | |
+ | |
int | |
_frstrlen(Frame *f, int nb) | |
{ |