Fix compiler error (I hope)

svn path=/trunk/; revision=43131
This commit is contained in:
Bill Meier 2012-06-06 05:58:42 +00:00
parent e18d46784f
commit 027b57b472
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ static prefs_uaudp_t ports[] =
{"port8", "Terminal UDP port (setting 8)", 0, 0}
#endif
};
#define MAX_TERMINAL_PORTS array_length(ports)
#define MAX_TERMINAL_PORTS (signed)(array_length(ports))
static gboolean find_terminal_port(guint port)
{