mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
13 lines
313 B
C++
13 lines
313 B
C++
Fix typo
|
|
|
|
--- src/Constante.h.orig 2018-01-29 22:01:42.080765000 +0100
|
|
+++ src/Constante.h 2018-01-29 22:01:53.560724000 +0100
|
|
@@ -20,7 +20,7 @@
|
|
*
|
|
*****************************************************************************/
|
|
#ifndef _CONSTANTE
|
|
-#define _CONTANSTE
|
|
+#define _CONSTANTE
|
|
|
|
#include <string>
|
|
|