[Pkg-privacy-commits] [irssi-plugin-otr] 244/267: Fix: remove double quotes around a NULL value
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit cab3fc915c387e24e4228f019745a76ca592dbc4
Author: David Goulet <dgoulet at ev0ke.net>
Date: Sat Jun 1 10:51:18 2013 -0400
Fix: remove double quotes around a NULL value
Fixes #34
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
src/module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/module.c b/src/module.c
index 46eae8f..5877315 100644
--- a/src/module.c
+++ b/src/module.c
@@ -36,7 +36,7 @@
GCRY_THREAD_OPTION_PTHREAD_IMPL;
static const char *signal_args_otr_event[] = {
- "iobject", "string", "string", "NULL"
+ "iobject", "string", "string", NULL
};
int debug = FALSE;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list