mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +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) */
|
/* Print the prefix, but skip it for (GCC && stdcall) */
|
||||||
if (gbMSComp || (pexp->nCallingConvention != CC_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 */
|
/* Print the name with trailing decoration */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue