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