diff options
Diffstat (limited to 'android/olm-sdk/src/main/jni/olm_account.h')
-rw-r--r-- | android/olm-sdk/src/main/jni/olm_account.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/olm-sdk/src/main/jni/olm_account.h b/android/olm-sdk/src/main/jni/olm_account.h index 42b2c2a..eda434d 100644 --- a/android/olm-sdk/src/main/jni/olm_account.h +++ b/android/olm-sdk/src/main/jni/olm_account.h @@ -15,8 +15,8 @@ * limitations under the License. */ -#ifndef _OMLACCOUNT_H -#define _OMLACCOUNT_H +#ifndef _OLMACCOUNT_H +#define _OLMACCOUNT_H #include "olm_jni.h" #include "olm/olm.h" |