diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-09-05 23:28:16 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-09-05 23:28:16 -0500 |
commit | 31fc609a1d91b9587d68efbdc7d3f60741d87621 (patch) | |
tree | f8170b9a22842ceb9e736678135a447bcebc99fa | |
parent | eb2b80bba5d7a3b8743a58f67e49e31ebb42ca67 (diff) | |
download | session-31fc609a1d91b9587d68efbdc7d3f60741d87621.tar.gz session-31fc609a1d91b9587d68efbdc7d3f60741d87621.tar.bz2 |
Return NULL in getObjectOptions instead of arbitrary pointer.
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -933,7 +933,7 @@ sessionGetObjectOptions (CompPlugin *plugin, *count = 0; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - (void *) count, (plugin, object, count)); + NULL, (plugin, object, count)); } static CompBool |