소스 검색

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
 #ifndef __NETSTRING_STREAM_H
-#define __NETSTRNG_STREAM_H
+#define __NETSTRING_STREAM_H
 
 
 #include <string.h>
 #include <string.h>