mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
1ec0b1893e
commit
ae2ce90473
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
!.gitkeep
|
||||
.vscode
|
||||
rr
|
||||
rr.env
|
||||
rr*.img
|
||||
rr*.vmdk
|
||||
*.zip
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
CFLAGS = -Wall -pedantic
|
||||
|
||||
all: fbsize
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user