From 14c67596ba4f7ef0a0d7640d49a0929ac749e9d5 Mon Sep 17 00:00:00 2001 From: bzt Date: Mon, 1 Feb 2021 01:12:13 +0100 Subject: [PATCH] Initial commit --- uefi/stdio.c | 2 +- uefi/uefipe.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uefi/stdio.c b/uefi/stdio.c index 155fae8..254eb87 100644 --- a/uefi/stdio.c +++ b/uefi/stdio.c @@ -1,4 +1,4 @@ -/** +/* * stdio.c * * Copyright (C) 2021 bzt (bztsrc@gitlab) diff --git a/uefi/uefipe.h b/uefi/uefipe.h index 40c5b1e..9be57db 100644 --- a/uefi/uefipe.h +++ b/uefi/uefipe.h @@ -1,4 +1,4 @@ -/** +/* * uefipe.h * * Copyright (C) 2021 bzt (bztsrc@gitlab)