[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:
Hermès Bélusca-Maïto 2015-01-07 18:45:46 +00:00
parent e0b0325c96
commit 30f966769f

View file

@ -391,7 +391,7 @@ Output_stublabel(FILE *fileDest, char* pszSymbolName)
if (giArch == ARCH_ARM) if (giArch == ARCH_ARM)
{ {
fprintf(fileDest, fprintf(fileDest,
" EXPORT %s [FUNC]\n%s\n", "\tEXPORT %s [FUNC]\n%s\n",
pszSymbolName, pszSymbolName,
pszSymbolName); pszSymbolName);
} }