Skip to content

Commit 36f7029

Browse files
committed
Fix type in include guard.
1 parent 9a4ba85 commit 36f7029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jsonrpc-c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: hmng
66
*/
77

8-
#ifndef JSONRCPC_H_
8+
#ifndef JSONRPCC_H_
99
#define JSONRPCC_H_
1010

1111
#include "cJSON.h"

0 commit comments

Comments
 (0)