X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgasyncresult.c;h=eadca88d7aca96b4cc58b5948ac6c4df4a11dd5b;hb=42cf80780b4fbbe9063ed3d962bb13f341757b3f;hp=6283663644836fdf389e326bd8dff5a5496950f9;hpb=6972264c7daad6688f3a2908c84760892121917d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gasyncresult.c b/gio/gasyncresult.c index 6283663..eadca88 100644 --- a/gio/gasyncresult.c +++ b/gio/gasyncresult.c @@ -81,20 +81,20 @@ * else * g_printf ("Uh oh!\n"); * - * /* ... */ + * ... * * } * * int main (int argc, void *argv[]) * { - * /* ... */ + * ... * * _theoretical_frobnitz_async (theoretical_data, * NULL, * frobnitz_result_func, * NULL); * - * /* ... */ + * ... * } * ]| *