Skip to content

Commit

Permalink
fixed a problem that can not be build
Browse files Browse the repository at this point in the history
  • Loading branch information
gleentea committed Jun 4, 2014
1 parent 2576b94 commit 854d777
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions comskip.c
Original file line number Diff line number Diff line change
Expand Up @@ -12192,7 +12192,7 @@ void AddCC(int i)
'\'',
'(',
')',
',
'a',
'+',
',',
'-',
Expand Down Expand Up @@ -12242,11 +12242,11 @@ void AddCC(int i)
'Y',
'Z',
'[',
',
'e',
']',
',
',
',
'i',
'o',
'u',
'a',
'b',
'c',
Expand All @@ -12273,8 +12273,8 @@ void AddCC(int i)
'x',
'y',
'z',
',
',
'c',
'/',
'N',
'n',
'?'
Expand Down

0 comments on commit 854d777

Please sign in to comment.