Whitespace fix. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 716679fc256d1e30976a9c76c7ccdbc6cd5441de
(DIR) parent 0d7c06d3a08a25ba6050a2c4f1fe531f4a8cbc1e
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Sun, 4 Sep 2016 23:27:21 -0500
Whitespace fix.
Diffstat:
libframe/frdraw.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) 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)
{