diff options
Diffstat (limited to 'src/drivers/xgi/common/vstruct.h')
-rw-r--r-- | src/drivers/xgi/common/vstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/xgi/common/vstruct.h b/src/drivers/xgi/common/vstruct.h index d14a18292a..3e530a2431 100644 --- a/src/drivers/xgi/common/vstruct.h +++ b/src/drivers/xgi/common/vstruct.h @@ -42,7 +42,7 @@ * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Author: Thomas Winischhofer <thomas@winischhofer.net> + * Author: Thomas Winischhofer <thomas@winischhofer.net> * */ @@ -230,7 +230,7 @@ struct SiS_Private unsigned char ChipType; unsigned char ChipRevision; void *ivideo; - unsigned char *VirtualRomBase; + unsigned char *VirtualRomBase; bool UseROM; unsigned char SISIOMEMTYPE *VideoMemoryAddress; unsigned int VideoMemorySize; |