AfanasevGad7

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/AfanasevGad7
Log | Files | Refs | README

commit 2cc0a07c7152b10e24923a1c0b1919462779b7c0
parent 67a8e64a193fe7cef6f4d98dbde7d123501b4150
Author: Plat <plat@stellar-nexus.ru>
Date:   Fri,  7 Nov 2025 10:34:23 +0000

Fixed typos

Diffstat:
Mavl.c | 2+-
Mrb.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/avl.c b/avl.c @@ -151,7 +151,7 @@ main(int argc, char *argv[]) sflag = 1; break; case 'd': - eprintf("Not implemented"); + eprintf("Not implemented\n"); dflag = 1; break; } ARGEND diff --git a/rb.c b/rb.c @@ -110,7 +110,7 @@ main(int argc, char *argv[]) sflag = 1; break; case 'd': - eprintf("Not implemented"); + eprintf("Not implemented\n"); dflag = 1; break; } ARGEND