GRI, I1401, I7094, ID16, ID32, LGP, NOVA: Change a few tabs to spaces which had crept in over time.
This commit is contained in:
parent
9ad2f9bb12
commit
30d2db2abe
13 changed files with 160 additions and 164 deletions
|
@ -129,11 +129,7 @@ binloader (FILE *fd, char *file, int loadpt)
|
||||||
break;
|
break;
|
||||||
strncpy (item, op, CHARWORD);
|
strncpy (item, op, CHARWORD);
|
||||||
item[CHARWORD] = '\0';
|
item[CHARWORD] = '\0';
|
||||||
#ifdef WIN32
|
sscanf (item, "%" LL_FMT "o", &ldata);
|
||||||
sscanf (item, "%I64o", &ldata);
|
|
||||||
#else
|
|
||||||
sscanf (item, "%llo", &ldata);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef DEBUGLOADER
|
#ifdef DEBUGLOADER
|
||||||
fprintf (lfd, "loadaddr = %05o, curraddr = %05o\n",
|
fprintf (lfd, "loadaddr = %05o, curraddr = %05o\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue