diff options
| -rw-r--r-- | include/edid.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/edid.h b/include/edid.h index f153091f6..480a773d0 100644 --- a/include/edid.h +++ b/include/edid.h @@ -54,7 +54,7 @@ struct edid_detailed_timing {  	 (_x).vertical_blanking)  	unsigned char hsync_offset;  	unsigned char hsync_pulse_width; -	unsigned char sync_offset_pulse_width; +	unsigned char vsync_offset_pulse_width;  	unsigned char hsync_vsync_offset_pulse_width_hi;  #define EDID_DETAILED_TIMING_HSYNC_OFFSET(_x) \  	((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 7, 6) << 8) + \ |