libnm-util: fix DEFAULT_MAP_SIZE; broken by ff88cf12c2

This commit is contained in:
Dan Williams 2009-08-10 15:21:16 -05:00
parent 39feeeb065
commit 0993ea3989

View file

@ -141,7 +141,7 @@ static guint signals[LAST_SIGNAL] = { 0 };
static GHashTable *registered_settings = NULL;
#define DEFAULT_MAP_SIZE 14
#define DEFAULT_MAP_SIZE 15
static struct SettingInfo {
const char *name;