summaryrefslogtreecommitdiff
path: root/libpurple/eventloop.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-06 16:19:47 +0530
committerAnkit Vani <a@nevitus.org>2014-02-06 16:19:47 +0530
commiteed0c69d4e4ebfc602e7eb2dca7635cd9d56d1b3 (patch)
tree69eb3c323b6ef9e0baf4b987631ce0f9f703f83e /libpurple/eventloop.h
parent8a18412ed576c301c060bd7f6f488d8929e34059 (diff)
downloadpidgin-eed0c69d4e4ebfc602e7eb2dca7635cd9d56d1b3.tar.gz
Fix cross-references and some other warnings
Diffstat (limited to 'libpurple/eventloop.h')
-rw-r--r--libpurple/eventloop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
index 6c1efa449f..c06cc0aad6 100644
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.h
@@ -240,7 +240,7 @@ gboolean purple_input_remove(guint handle);
* implement the input_get_error UI op.
*
* Returns: 0 if there is no error; -1 if there is an error, in which case
- * %errno will be set.
+ * #errno will be set.
*/
int
purple_input_get_error(int fd, int *error);