mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
changed formating
This commit is contained in:
parent
6645352de5
commit
5709fe41ae
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@
|
|||
* perror("Error %i happened :(\n", res);
|
||||
* return res;
|
||||
* }
|
||||
* } while (ret > 0)
|
||||
* }
|
||||
* while (ret > 0)
|
||||
* @endcode
|
||||
*
|
||||
* This simple example does not consider some more complex cases when you
|
||||
|
|
Loading…
Reference in a new issue