Fix alosmodule include guard

LT1AB
Ryan Burns 2021-07-22 11:01:30 -07:00
parent 5297f385fd
commit e80cfb0f29
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#ifndef alosmodule_h
#define alosmodue_h
#define alosmodule_h
#include <Python.h>
#include <stdint.h>