Skip to content

Commit 1248fc2

Browse files
authored
Merge pull request #397 from ffosilva/master
Typo on edger8r *_u.h generated header file
2 parents 2d6e3df + f068531 commit 1248fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/edger8r/linux/CodeGen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ let gen_uheader_preemble (guard: string) (inclist: string)=
647647
#include <wchar.h>\n\
648648
#include <stddef.h>\n\
649649
#include <string.h>\n\
650-
#include \"sgx_edger8r.h\" /* for sgx_satus_t etc. */\n" in
650+
#include \"sgx_edger8r.h\" /* for sgx_status_t etc. */\n" in
651651
grd_hdr ^ inc_exp ^ "\n" ^ inclist ^ "\n" ^ common_macros
652652

653653
let ms_writer out_chan ec =

0 commit comments

Comments
 (0)