diff src/getset.h @ 55:2b8e1416327d tip

Just change a couple of include guards
author Chris Cannam
date Wed, 16 Nov 2016 09:12:46 +0000
parents 2db3640905ef
children
line wrap: on
line diff
--- a/src/getset.h	Thu Sep 03 09:39:59 2015 +0100
+++ b/src/getset.h	Wed Nov 16 09:12:46 2016 +0000
@@ -32,8 +32,8 @@
     authorization.
 */
 
-#ifndef _GETSET_H_INCLUDED_
-#define _GETSET_H_INCLUDED_
+#ifndef JVAMP_GETSET_H_INCLUDED
+#define JVAMP_GETSET_H_INCLUDED
 
 #include <jni.h>