diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-02-15 17:13:07 -0500 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-02-15 17:13:07 -0500 |
commit | 2589d1b17b140d83c444289bc3ed2c00061d88f4 (patch) | |
tree | b797a704a3510732ce359c4699f73bc473be4a6b /android/olm-sdk/src/main/jni/olm_jni.h | |
parent | fcbedf191f3b63f3e0a7ae83bd25ce1aabc7cab5 (diff) |
I don't know what an "oml" is
Diffstat (limited to 'android/olm-sdk/src/main/jni/olm_jni.h')
-rw-r--r-- | android/olm-sdk/src/main/jni/olm_jni.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/olm-sdk/src/main/jni/olm_jni.h b/android/olm-sdk/src/main/jni/olm_jni.h index 80c0a97..bc2bdae 100644 --- a/android/olm-sdk/src/main/jni/olm_jni.h +++ b/android/olm-sdk/src/main/jni/olm_jni.h @@ -15,8 +15,8 @@ * limitations under the License. */ -#ifndef _OMLJNI_H -#define _OMLJNI_H +#ifndef _OLMJNI_H +#define _OLMJNI_H #include <cstdlib> #include <cstdio> |