Skip to content

Commit 431bb3d

Browse files
committed
FIX: silenced type specifier missing warning
1 parent b832169 commit 431bb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/t-struct.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static const REBINT type_to_sym [STRUCT_TYPE_MAX] = {
6060
//STRUCT_TYPE_MAX
6161
};
6262

63-
static get_scalar(REBSTU *stu,
63+
static REBFLG get_scalar(REBSTU *stu,
6464
struct Struct_Field *field,
6565
REBCNT n, /* element index, starting from 0 */
6666
REBVAL *val)

0 commit comments

Comments
 (0)