summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-07-19 15:52:06 -0700
committerAaron Plattner <aplattner@nvidia.com>2010-07-19 15:52:06 -0700
commit90ee9cbb11ebe7f087b023fe1f6f0cfe1e94d5fd (patch)
tree5193e1dd6a76094579fc28b0d25249adbd80314b
parentfd341048bac3d7181bcb37b51e59118babf9885c (diff)
Add a missing " }," pointed out by Johannes Obermayr.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--src/nv_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index e470b13..3031f8b 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -537,7 +537,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE084B, "GeForce 9200" },
{ 0x10DE084C, "nForce 980a/780a SLI" },
{ 0x10DE084D, "nForce 750a SLI" },
- { 0x10DE084F, "GeForce 8100 / nForce 720a"
+ { 0x10DE084F, "GeForce 8100 / nForce 720a" },
{ 0x10DE0860, "GeForce 9400" },
{ 0x10DE0861, "GeForce 9400" },
{ 0x10DE0862, "GeForce 9400M G" },