Changeset - r1568:fd508ed1c6e3
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-03-25 20:37:06
tron@openttd.org
(svn r2072) Use lengthof() instead of a home brewed version
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
callback_table.c
Show inline comments
 
@@ -71,4 +71,4 @@ CommandCallback *_callback_table[] = {
 
	/* 0x14 */ CcTerraform
 
};
 

	
 
const int _callback_table_count = sizeof (_callback_table) / sizeof (*_callback_table);
 
const int _callback_table_count = lengthof(_callback_table);
0 comments (0 inline, 0 general)