Skip to content

Commit

Permalink
jsonrpc-c: fixed typo in header guard
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f86d2f)
  • Loading branch information
miconda committed Jan 15, 2015
1 parent f8276f7 commit d374e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jsonrpc-c/netstring.h
Expand Up @@ -23,7 +23,7 @@
*/

#ifndef __NETSTRING_STREAM_H
#define __NETSTRNG_STREAM_H
#define __NETSTRING_STREAM_H

#include <string.h>

Expand Down

0 comments on commit d374e4b

Please sign in to comment.