Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4549b13 commit edb21c4Copy full SHA for edb21c4
1 file changed
Tools/scripts/fixcid.py
@@ -292,7 +292,7 @@ def addsubst(substfile):
292
words = string.split(line[:i])
293
if not words: continue
294
if len(words) == 3 and words[0] == 'struct':
295
- words[:2] == [words[0] + ' ' + words[1]]
+ words[:2] = [words[0] + ' ' + words[1]]
296
elif len(words) <> 2:
297
err(substfile + ':' + `lineno` +
298
': warning: bad line: ' + line)
0 commit comments