diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-09-05 23:42:56 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-09-05 23:42:56 -0500 |
commit | 2dedb0964b7ca68a91361df1c32f8a4869ebdeb3 (patch) | |
tree | 38841bdbdf8632315a18b33000de19020c0fdc82 | |
parent | 7e9886df2255b7be6a1717e688fb2574a4fcce8d (diff) | |
download | mousepoll-compiz-0.8.tar.gz mousepoll-compiz-0.8.tar.bz2 |
Return NULL in getObjectOptions instead of arbitrary pointer.compiz-0.8
-rw-r--r-- | mousepoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mousepoll.c b/mousepoll.c index e8ccccb..1876be7 100644 --- a/mousepoll.c +++ b/mousepoll.c @@ -445,7 +445,7 @@ mousepollGetObjectOptions (CompPlugin *plugin, *count = 0; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - (void *) count, (plugin, object, count)); + NULL, (plugin, object, count)); } static CompBool |