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
.vscode
rr
rr.env
rr*.img
rr*.vmdk
*.zip

View File

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

View File

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