From 8c5c1b19624cb95c21830adc9ff4e40e05b554f3 Mon Sep 17 00:00:00 2001 From: Ing Date: Sat, 11 May 2024 16:02:20 +0800 Subject: [PATCH] fix something --- .gitignore | 2 ++ fbsize/Makefile | 1 - fbsize/main.c | 14 +++++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a2637c53..cd6f4926 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ !.gitkeep .vscode +rr +rr.env rr*.img rr*.vmdk *.zip diff --git a/fbsize/Makefile b/fbsize/Makefile index a537fa58..ecf64ec7 100644 --- a/fbsize/Makefile +++ b/fbsize/Makefile @@ -1,4 +1,3 @@ - CFLAGS = -Wall -pedantic all: fbsize diff --git a/fbsize/main.c b/fbsize/main.c index 72cf8570..2d19597f 100644 --- a/fbsize/main.c +++ b/fbsize/main.c @@ -1,10 +1,10 @@ -/* -* Copyright (C) 2022 Ing -* -* This is free software, licensed under the MIT License. -* See /LICENSE for more information. -* -*/ +/* + * Copyright (C) 2022 Ing + * + * This is free software, licensed under the MIT License. + * See /LICENSE for more information. + * + */ #include #include