Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Sep 18, 2022
1 parent 89d51f9 commit ec32f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Magic-Sushi-Wrapper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef MAGIC_SUSHI_TYPES_H
#define MAGIC_SUSHI_TYPES_H
#ifndef MAGIC_SUSHI_WRAPPER_H
#define MAGIC_SUSHI_WRAPPER_H

#include <stdint.h>
#include <stdlib.h>
Expand Down Expand Up @@ -210,4 +210,4 @@ extern void GoBackHistory(void); // Looks like exit/quit application function.

/* ================================================================================================================== */

#endif /* !MAGIC_SUSHI_TYPES_H */
#endif /* !MAGIC_SUSHI_WRAPPER_H */
1 change: 1 addition & 0 deletions Qt-Creator-Project/Magic-Sushi.includes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.

0 comments on commit ec32f11

Please sign in to comment.