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 0e92b7cf66c81721e96cca926a1911f9356c9c63..0e344e4076ba541ba2d71ac5080fc98c6fea2980 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #ifndef _CVEC_H
-#define _CVEC_H_
+#define _CVEC_H
 
 #ifdef __cplusplus
 extern "C" {