Module: kamailio Branch: master Commit: 8f86d2f16af57dc26229f721c9cb86b7f68208cd URL: https://github.com/kamailio/kamailio/commit/8f86d2f16af57dc26229f721c9cb86b7f68208cd
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/8f86d2f16af57dc26229f721c9cb86b7f68208cd.diff Patch: https://github.com/kamailio/kamailio/commit/8f86d2f16af57dc26229f721c9cb86b7f68208cd.patch --- 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> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
