src/cvec.h: fix ifndef define
authorPaul Brossier <piem@piem.org>
Thu, 7 Mar 2013 20:55:48 +0000 (15:55 -0500)
committerPaul Brossier <piem@piem.org>
Thu, 7 Mar 2013 20:55:48 +0000 (15:55 -0500)
src/cvec.h

index 0e92b7c..0e344e4 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #ifndef _CVEC_H
-#define _CVEC_H_
+#define _CVEC_H
 
 #ifdef __cplusplus
 extern "C" {