Skip to content

Commit df438e2

Browse files
committed
rtlib: quiet indent warning in newer gcc
1 parent 58bda57 commit df438e2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/rtlib/file_winputstr.c

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ FBCALL FB_WCHAR *fb_FileWstrInput( ssize_t chars, int fnum )
6363
dst = NULL;
6464
}
6565

66-
}
67-
else
68-
res = FB_RTERROR_OUTOFMEM;
66+
}
67+
else
68+
{
69+
res = FB_RTERROR_OUTOFMEM;
70+
}
6971

7072
FB_UNLOCK();
7173

72-
return dst;
74+
return dst;
7375
}

0 commit comments

Comments
 (0)