summaryrefslogtreecommitdiffstats
path: root/grid.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:34:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:34:50 +0000
commitbb459beb032cfa9473cdef21ef645b350d61728c (patch)
treed924c499381cbc383fd139676d54c6dd9ae9e119 /grid.c
parent8df98d1f5b92a085ef874389e2244de3a4f5ee43 (diff)
Whitespace and more syncing.
Diffstat (limited to 'grid.c')
-rw-r--r--grid.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/grid.c b/grid.c
index 6d82877a..2ddbdcf2 100644
--- a/grid.c
+++ b/grid.c
@@ -1,4 +1,4 @@
-/* $Id: grid.c,v 1.20 2009-06-25 16:21:32 nicm Exp $ */
+/* $Id: grid.c,v 1.21 2009-06-25 16:34:50 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -517,5 +517,3 @@ grid_string_cells(struct grid *gd, u_int px, u_int py, u_int nx)
buf[off] = '\0';
return (buf);
}
-
-