2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-31 06:15:25 +00:00

Fix header guard name

This commit is contained in:
Romain Vimont
2018-09-13 16:27:19 +02:00
parent 6a1fb070f7
commit eca99d5af7

View File

@@ -1,5 +1,5 @@
#ifndef FILE_HANDLER_H
#define FILE_HADNELR_H
#define FILE_HANDLER_H
#include <SDL2/SDL_mutex.h>
#include <SDL2/SDL_stdinc.h>