remove dangling spaces
This commit is contained in:
@@ -933,7 +933,7 @@ void DumpObjSegSize (FILE* F, unsigned long Offset)
|
||||
unsigned Len = strlen (Name);
|
||||
|
||||
/* Skip segment flags, read size */
|
||||
(void) ReadVar (F);
|
||||
(void) ReadVar (F);
|
||||
Size = ReadVar (F);
|
||||
|
||||
/* Skip alignment, type and fragment count */
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
void FileSetPos (FILE* F, unsigned long Pos)
|
||||
/* Seek to the given absolute position, fail on errors */
|
||||
{
|
||||
{
|
||||
if (fseek (F, Pos, SEEK_SET) != 0) {
|
||||
Error ("Cannot seek: %s", strerror (errno));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user