fix(feuille.c): documentation (x2)
This commit is contained in:
parent
741800f7f3
commit
4894825dac
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ void accept_loop(int server)
|
||||||
verbose(2, "making the right URL...");
|
verbose(2, "making the right URL...");
|
||||||
|
|
||||||
if ((url = create_url(id)) != NULL) {
|
if ((url = create_url(id)) != NULL) {
|
||||||
|
/* send URL */
|
||||||
verbose(2, "done.", url);
|
verbose(2, "done.", url);
|
||||||
verbose(1, "sending the link to the client...");
|
verbose(1, "sending the link to the client...");
|
||||||
|
|
||||||
|
|
Reference in a new issue