mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:06:52 +00:00
[SPEC2DEF]: Turn the tab character into its control code. Timo, is this tab really needed for ARM stubs, or not? (in that case maybe removing it would be better?)
svn path=/trunk/; revision=65997
This commit is contained in:
parent
e0b0325c96
commit
30f966769f
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ Output_stublabel(FILE *fileDest, char* pszSymbolName)
|
|||
if (giArch == ARCH_ARM)
|
||||
{
|
||||
fprintf(fileDest,
|
||||
" EXPORT %s [FUNC]\n%s\n",
|
||||
"\tEXPORT %s [FUNC]\n%s\n",
|
||||
pszSymbolName,
|
||||
pszSymbolName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue