shithub: aubio

Download patch

ref: 23820363983e05576733671d6eddafc918a87fb4
parent: 31fab98f1812eff56a29682a4a2a860e9828da5d
author: Paul Brossier <piem@piem.org>
date: Thu Mar 7 10:55:48 EST 2013

src/cvec.h: fix ifndef define

--- a/src/cvec.h
+++ b/src/cvec.h
@@ -19,7 +19,7 @@
 */
 
 #ifndef _CVEC_H
-#define _CVEC_H_
+#define _CVEC_H
 
 #ifdef __cplusplus
 extern "C" {