Skip to content

Commit 09051a7

Browse files
jefdriesenmikeller
authored andcommitted
Fix the name of the include guard
1 parent aa121f8 commit 09051a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/halcyon_symbios.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* MA 02110-1301 USA
2020
*/
2121

22-
#ifndef OXYGENSCIENTIFIC_RNO_H
23-
#define OXYGENSCIENTIFIC_RNO_H
22+
#ifndef HALCYON_SYMBIOS_H
23+
#define HALCYON_SYMBIOS_H
2424

2525
#include <libdivecomputer/context.h>
2626
#include <libdivecomputer/iostream.h>
@@ -40,4 +40,4 @@ halcyon_symbios_parser_create (dc_parser_t **parser, dc_context_t *context, cons
4040
#ifdef __cplusplus
4141
}
4242
#endif /* __cplusplus */
43-
#endif /* OXYGENSCIENTIFIC_RNO_H */
43+
#endif /* HALCYON_SYMBIOS_H */

0 commit comments

Comments
 (0)