Fix comment
This commit is contained in:
parent
011f1012fb
commit
69b57bad34
|
@ -107,7 +107,7 @@ static video_driver_t *current_video = NULL;
|
||||||
/* Interface for "poking". */
|
/* Interface for "poking". */
|
||||||
static const video_poke_interface_t *video_driver_poke = NULL;
|
static const video_poke_interface_t *video_driver_poke = NULL;
|
||||||
|
|
||||||
/* Used for 16-bit -> 16-bit conversions that take place before
|
/* Used for 15-bit -> 16-bit conversions that take place before
|
||||||
* being passed to video driver. */
|
* being passed to video driver. */
|
||||||
static video_pixel_scaler_t *video_driver_scaler_ptr = NULL;
|
static video_pixel_scaler_t *video_driver_scaler_ptr = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue