From d374e4b2b92dab4127df9a98ae9b374928f03a28 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 9 Jan 2015 20:36:51 +0100 Subject: [PATCH] jsonrpc-c: fixed typo in header guard (cherry picked from commit 8f86d2f16af57dc26229f721c9cb86b7f68208cd) --- modules/jsonrpc-c/netstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jsonrpc-c/netstring.h b/modules/jsonrpc-c/netstring.h index 68deeabcf41..0c68fdf6238 100644 --- a/modules/jsonrpc-c/netstring.h +++ b/modules/jsonrpc-c/netstring.h @@ -23,7 +23,7 @@ */ #ifndef __NETSTRING_STREAM_H -#define __NETSTRNG_STREAM_H +#define __NETSTRING_STREAM_H #include