From 07ae1e4fb9a1fd9d6ce9c48c5300b53e87303937 Mon Sep 17 00:00:00 2001 From: Mustapha Senhaji Date: Thu, 19 Feb 2009 23:51:47 +0000 Subject: FS#9930 by Joshua Simmons: Code clean up the goban plugin a bit, mostly by improving comments. No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20060 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/goban/sgf_storage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugins/goban/sgf_storage.c') diff --git a/apps/plugins/goban/sgf_storage.c b/apps/plugins/goban/sgf_storage.c index 1c92625f7d..8afc3ea80f 100644 --- a/apps/plugins/goban/sgf_storage.c +++ b/apps/plugins/goban/sgf_storage.c @@ -409,7 +409,6 @@ setup_storage_buffer (char *temp_buffer, size_t size) } /* same as temp = size / (sizeof(union storage_t) + 1/8) - (we need 1 bit extra for each union storage_t, for the free list) */ temp = (8 * (size - ALIGNMENT_VAL - 1)) / (8 * sizeof (union storage_t) + 1); -- cgit v1.2.3