diff liboctave/CmplxLU.h @ 8018:8487847eb092

fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2008 14:53:38 -0400
parents a1dbe9d80eee
children 445d27d79f4e
line wrap: on
line diff
--- a/liboctave/CmplxLU.h
+++ b/liboctave/CmplxLU.h
@@ -22,7 +22,7 @@
 */
 
 #if !defined (octave_ComplexLU_h)
-#define octave_Complex_LU_h 1
+#define octave_ComplexLU_h 1
 
 #include "base-lu.h"
 #include "dMatrix.h"