diff options
author | Oskar <[email protected]> | 2023-11-11 19:53:40 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2023-11-11 19:53:40 +0100 |
commit | fee7cad3e72faadd1920e0725081ce5c517a16c6 (patch) | |
tree | c04fb6ccbc61983fa191d438a352a8e96d2819bf /test/testgetline.c | |
parent | 5e239ad4ca0caf83d28da55609ccc3f2d2ed71ea (diff) |
fixed huge bug in write function
Diffstat (limited to 'test/testgetline.c')
-rw-r--r-- | test/testgetline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testgetline.c b/test/testgetline.c index fb16c54..dfbab4b 100644 --- a/test/testgetline.c +++ b/test/testgetline.c @@ -40,5 +40,5 @@ while ((opt = getopt(argc, argv, "i:")) != -1) { } return EXIT_SUCCESS; - -}
\ No newline at end of file +// TEST! +} // LINE 44 YOYOYOYOOYOYOOYOYOYOYOYYO |