diff options
Diffstat (limited to 'src/ascii.c')
| -rw-r--r-- | src/ascii.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ascii.c b/src/ascii.c index 2fee648..f1acce7 100644 --- a/src/ascii.c +++ b/src/ascii.c @@ -66,6 +66,7 @@ void print_ascii_art(system_info_t *info, int art) // get_max_ascii_length // und dann get_line_length? // alles im struct speicher? +/* void get_line_length(ascii_art_t *ascii, const char **line) { size_t length = 0; @@ -84,4 +85,4 @@ void get_line_length(ascii_art_t *ascii, const char **line) } } } - +*/ |
