Skip to content

Commit 94d824e

Browse files
committed
avoid no prototype warning on Borland compiler
1 parent 741be4d commit 94d824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/command.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ unsigned char __supportlfns = 1;
9393
left unchanged.
9494
*/
9595
static void **stack_bottom, **stack_unused;
96-
void stack_check_init()
96+
void stack_check_init(void)
9797
{
9898
void *current_stack_location;
9999
volatile void * volatile *barrier;

0 commit comments

Comments
 (0)