From 46fd3230184dc8ab9d4b661798b653821846aa66 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 3 Aug 2016 18:55:10 +0200 Subject: [PATCH] Fixed a compile-breaking typo in video.c. --- src/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video.c b/src/video.c index 39037bf59..ae4dde6e7 100644 --- a/src/video.c +++ b/src/video.c @@ -58,7 +58,7 @@ static VIDEO_CARD video_cards[] = {"CGA", &cga_device, GFX_CGA}, {"Cirrus Logic CL-GD5429", &gd5429_device, GFX_CL_GD5429}, {"Diamond Stealth 32 (Tseng ET4000/w32p)", &et4000w32p_device, GFX_ET4000W32}, - {"Diamond Stealth 64 DRAM (S3 Trio64)", &s3_diamodn_stealth64_device,GFX_STEALTH64}, + {"Diamond Stealth 64 DRAM (S3 Trio64)", &s3_diamond_stealth64_device,GFX_STEALTH64}, {"Diamond Stealth 3D 2000 (S3 ViRGE)", &s3_virge_device, GFX_VIRGE}, {"EGA", &ega_device, GFX_EGA}, {"Chips & Technologies SuperEGA", &sega_device, GFX_SUPER_EGA},