Explorar el Código

tls(sr): fix define error introduced in 9accd256fdc80e6a6207cb7

Henning Westerholt hace 16 años
padre
commit
22595b7d37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/tls/tls_mod.h

+ 1 - 1
modules/tls/tls_mod.h

@@ -38,7 +38,7 @@
 
 
 #ifndef _TLS_MOD_H
-#iefine _TLS_MOD_H
+#define _TLS_MOD_H
 
 #include "../../str.h"
 #include "../../locking.h"