Skip to content

Commit 5dd9fa9

Browse files
committed
minor fixes
1 parent 3ece783 commit 5dd9fa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/stage2_params.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* stage2_params.h
1+
/* stage2_params.c
22
*
33
* Copyright (C) 2023 wolfSSL Inc.
44
*

test-app/app_x86_fsp_qemu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
#ifdef PLATFORM_x86_fsp_qemu
2626

27-
#include<printf.h>
28-
#include<stdint.h>
27+
#include <printf.h>
28+
#include <stdint.h>
2929

3030
struct mb2_header {
3131
uint32_t magic;

0 commit comments

Comments
 (0)