Преглед изворни кода

jsonrpc-c: fixed typo in header guard

Daniel-Constantin Mierla пре 10 година
родитељ
комит
8f86d2f16a
1 измењених фајлова са 1 додато и 1 уклоњено
  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>