Chameleon

Issue 251: Error compiling ErmaC latest Trunk due to nvidia.c

Reported by Richard Tan, May 7, 2012

Hello again,

First, I would like to thank Cosmosis Jones for committing to my 
previous request. You guys are fantastic.

I got this error while compiling ErmaC lastest trunk :
 
\\nvidia.c:1059: error: expected ‘}’ before ‘{’ token\\

there are missing commas at the end of line 1058 & 1059 in 
nvidia.c file

before = 
Line 1058    { 0x10DE1188,"GeForce GTX 690" }
Line 1059    { 0x10DE1189,"GeForce GTX 670" }

after = 

Line 1058    { 0x10DE1188,"GeForce GTX 690" },
Line 1059    { 0x10DE1189,"GeForce GTX 670" },

this will correct the problem.

Cheers

Comment 1 by ErmaC , May 7, 2012

fixed in commit 1938. THX

Fabio (ErmaC)
Status: Fixed

Created: 11 years 11 months ago by Richard Tan

Updated: 11 years 11 months ago

Status: Fixed

Followed by: 1 person

Labels:
Priority:Medium
Type:Defect