Index: trunk/src_plugins/lib_compat_help/media.h =================================================================== --- trunk/src_plugins/lib_compat_help/media.h (revision 24433) +++ trunk/src_plugins/lib_compat_help/media.h (revision 24434) @@ -1,6 +1,6 @@ typedef struct { const char *name; - pcb_coord_t width, height; + pcb_coord_t width, height; /* orientation: landscape */ pcb_coord_t margin_x, margin_y; } pcb_media_t;