Fixed Ati namespace (was Ata instead).
This commit is contained in:
parent
11ea0da741
commit
28fa037391
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ namespace Bind
|
|||
name = name.ToUpper();
|
||||
if (name.EndsWith("ARB")) { return "Arb"; }
|
||||
if (name.EndsWith("EXT")) { return "Ext"; }
|
||||
if (name.EndsWith("ATI")) { return "Ata"; }
|
||||
if (name.EndsWith("ATI")) { return "Ati"; }
|
||||
if (name.EndsWith("ATIX")) { return "Atix"; }
|
||||
if (name.EndsWith("NV")) { return "NV"; }
|
||||
if (name.EndsWith("SUN")) { return "Sun"; }
|
||||
|
|
Loading…
Reference in a new issue