fix something

This commit is contained in:
Ing 2024-05-11 16:02:20 +08:00
parent 1ec0b1893e
commit ae2ce90473
3 changed files with 9 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
!.gitkeep !.gitkeep
.vscode .vscode
rr
rr.env
rr*.img rr*.img
rr*.vmdk rr*.vmdk
*.zip *.zip

View File

@ -1,4 +1,3 @@
CFLAGS = -Wall -pedantic CFLAGS = -Wall -pedantic
all: fbsize all: fbsize

View File

@ -1,10 +1,10 @@
/* /*
* Copyright (C) 2022 Ing <https://github.com/wjz304> * Copyright (C) 2022 Ing <https://github.com/wjz304>
* *
* This is free software, licensed under the MIT License. * This is free software, licensed under the MIT License.
* See /LICENSE for more information. * See /LICENSE for more information.
* *
*/ */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>