Index: show_netnames_conf.h =================================================================== --- show_netnames_conf.h (revision 33495) +++ show_netnames_conf.h (revision 33496) @@ -7,7 +7,7 @@ const struct { const struct { RND_CFT_BOOLEAN enable; /* Enable displaying netnames */ - RND_CFT_REAL zoom_level; /* Display netnames only if current zoom coords_per_pixel is smaller than this value */ + RND_CFT_COORD zoom_level; /* Display netnames only if current zoom coords_per_pixel is smaller than this value */ } show_netnames; } plugins; } conf_show_netnames_t;