pidgin/pidgin

fcb5db39d62d
Parents b1771599b93b
Children f0ccb5e8dd40
Make sure NULL is tagged as %NULL in the docs
--- a/finch/finch.h Sat Sep 28 02:56:09 2019 -0500
+++ b/finch/finch.h Sat Sep 28 04:13:22 2019 -0500
@@ -39,7 +39,7 @@
* finch_start:
* @argc: Address of the argc parameter of your main() function (or 0 if argv
* is %NULL). This will be changed if any arguments were handled.
- * @argv: Address of the argv parameter of main(), or NULL. Any options
+ * @argv: Address of the argv parameter of main(), or %NULL. Any options
* understood by Finch are stripped before return.
*
* Start finch with the given command line arguments.