Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eTools@1275 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
jlin16 committed Jul 4, 2008
1 parent e8e3bd5 commit 9f3e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/Ecc/c.py
Expand Up @@ -22,7 +22,7 @@ def GetIgnoredDirListPattern():
return p

def GetFuncDeclPattern():
p = re.compile(r'(EFIAPI|EFI_BOOT_SERVICE|EFI_RUNTIME_SERVICE)?\s*[_\w]+\s*\(.*\)$', re.DOTALL)
p = re.compile(r'(?:EFIAPI|EFI_BOOT_SERVICE|EFI_RUNTIME_SERVICE)?\s*[_\w]+\s*\(.*\)$', re.DOTALL)
return p

def GetArrayPattern():
Expand Down

0 comments on commit 9f3e473

Please sign in to comment.