Module: kamailio Branch: master Commit: 8f86d2f16af57dc26229f721c9cb86b7f68208cd URL: https://github.com/kamailio/kamailio/commit/8f86d2f16af57dc26229f721c9cb86b7...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-01-09T20:37:40+01:00
jsonrpc-c: fixed typo in header guard
---
Modified: modules/jsonrpc-c/netstring.h
---
Diff: https://github.com/kamailio/kamailio/commit/8f86d2f16af57dc26229f721c9cb86b7... Patch: https://github.com/kamailio/kamailio/commit/8f86d2f16af57dc26229f721c9cb86b7...
---
diff --git a/modules/jsonrpc-c/netstring.h b/modules/jsonrpc-c/netstring.h index 68deeab..0c68fdf 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 <string.h>