Explorar o código

jsonrpc-c: fixed typo in header guard

Daniel-Constantin Mierla %!s(int64=10) %!d(string=hai) anos
pai
achega
8f86d2f16a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/jsonrpc-c/netstring.h

+ 1 - 1
modules/jsonrpc-c/netstring.h

@@ -23,7 +23,7 @@
  */
 
 #ifndef __NETSTRING_STREAM_H
-#define __NETSTRNG_STREAM_H
+#define __NETSTRING_STREAM_H
 
 #include <string.h>