mirror of
https://github.com/reactos/reactos.git
synced 2025-05-14 23:03:53 +00:00
[SPEC2DEF]
Remove a spurious % svn path=/trunk/; revision=61028
This commit is contained in:
parent
0ab87a8b5e
commit
11393e5451
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ PrintName(FILE *fileDest, EXPORT *pexp, PSTRING pstr, int fDeco)
|
|||
/* Print the prefix, but skip it for (GCC && stdcall) */
|
||||
if (gbMSComp || (pexp->nCallingConvention != CC_STDCALL))
|
||||
{
|
||||
fprintf(fileDest, "%c%", pexp->nCallingConvention == CC_FASTCALL ? '@' : '_');
|
||||
fprintf(fileDest, "%c", pexp->nCallingConvention == CC_FASTCALL ? '@' : '_');
|
||||
}
|
||||
|
||||
/* Print the name with trailing decoration */
|
||||
|
|
Loading…
Reference in a new issue