mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-04 07:09:06 +00:00
Fix header guard name
This commit is contained in:
parent
6a1fb070f7
commit
eca99d5af7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef FILE_HANDLER_H
|
#ifndef FILE_HANDLER_H
|
||||||
#define FILE_HADNELR_H
|
#define FILE_HANDLER_H
|
||||||
|
|
||||||
#include <SDL2/SDL_mutex.h>
|
#include <SDL2/SDL_mutex.h>
|
||||||
#include <SDL2/SDL_stdinc.h>
|
#include <SDL2/SDL_stdinc.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue