Skip to content
Snippets Groups Projects
Commit 86533080 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Correct the harmless wrong filename in the include-guard

parent a00ec6d2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -19,8 +19,8 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
#ifndef QBBSDEFS_H_
#define QBBSDEFS_H_
#ifndef QBBSDEFS_HPP_
#define QBBSDEFS_HPP_
#include "pascal_types.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment