commit 221ebcdf70b2f7310e8324925859d829723a76ae
parent da35251e98d89b4785b54f5ce780b767725d4c86
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 5 Mar 2004 20:47:15 +0000
remove trailing space
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1687 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/global.c b/src/global.c
@@ -162,7 +162,7 @@ int curses_ended = FALSE; /* Indicates to statusbar() to simply
* ended curses mode. */
-int length_of_list(const shortcut *s)
+int length_of_list(const shortcut *s)
{
int i = 0;