introspection: Remove spurious trailing :
authorColin Walters <walters@verbum.org>
Fri, 3 Dec 2010 19:25:51 +0000 (14:25 -0500)
committerColin Walters <walters@verbum.org>
Fri, 3 Dec 2010 19:26:28 +0000 (14:26 -0500)
This isn't valid syntax.

gio/gsimpleasyncresult.c

index 68cd02e..402a737 100644 (file)
@@ -533,7 +533,7 @@ g_simple_async_result_set_op_res_gpointer (GSimpleAsyncResult *simple,
 }
 
 /**
- * g_simple_async_result_get_op_res_gpointer: (skip):
+ * g_simple_async_result_get_op_res_gpointer: (skip)
  * @simple: a #GSimpleAsyncResult.
  *
  * Gets a pointer result as returned by the asynchronous function.