docs: Fix early termination of some documentation comments

As spotted by cppcheck, which has an eye for these things.
This commit is contained in:
Philip Withnall 2016-08-13 10:27:28 +02:00
parent 5cdf0efaab
commit 03b43f3f6a

View File

@ -2587,9 +2587,9 @@
* *
* membuf = g_malloc (8192); * membuf = g_malloc (8192);
* *
* /* Some computation on membuf */ * /<!-- -->* Some computation on membuf *<!-- -->/
* *
* /* membuf will be automatically freed here */ * /<!-- -->* membuf will be automatically freed here *<!-- -->/
* return TRUE; * return TRUE;
* } * }
* ]| * ]|