diff options
Diffstat (limited to 'hw/kdrive/src/vga.h')
-rw-r--r-- | hw/kdrive/src/vga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/src/vga.h b/hw/kdrive/src/vga.h index e8e81e3d3..b224deb7f 100644 --- a/hw/kdrive/src/vga.h +++ b/hw/kdrive/src/vga.h @@ -57,7 +57,7 @@ typedef struct _vgaValue { typedef enum _vgaAccess { VgaAccessMem, VgaAccessIo, VgaAccessIndMem, VgaAccessIndIo, - VgaAccessDone, + VgaAccessDone } VgaAccess; typedef struct _vgaMap { |