Skip to content

Commit

Permalink
util: remove doubled comment
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Stanner <stanner@posteo.de>
  • Loading branch information
dasteihn committed May 16, 2022
1 parent 1b4f80d commit 4dfc5ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
#include "macro.h"
#include "memory_utils.h"

/*
* append the given formatted string to *src.
* src: a pointer to a char* in which to append the formatted string.
* sz: the number of characters printed so far, minus trailing \0.
* asz: the allocated size so far
* format: string format. See printf for details.
* ...: varargs. See printf for details.
*/
/*
* append the given formatted string to *src.
* src: a pointer to a char* in which to append the formatted string.
Expand Down

0 comments on commit 4dfc5ed

Please sign in to comment.