From: Sergey Matveev Date: Wed, 2 Apr 2025 14:52:27 +0000 (+0300) Subject: Corrected program name in comment X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=41aa5249234a310193acd7a8a0016bc797411081da26256fe15200480f9ce962;p=keks.git Corrected program name in comment --- diff --git a/c/cmd/deatomiser/deatomiser.c b/c/cmd/deatomiser/deatomiser.c index 528621e..0a0e522 100644 --- a/c/cmd/deatomiser/deatomiser.c +++ b/c/cmd/deatomiser/deatomiser.c @@ -1,4 +1,4 @@ -// ckeks -- C KEKS encoder implementation +// deatomiser -- KEKS atoms printer // Copyright (C) 2024-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify diff --git a/c/cmd/pp/pp.c b/c/cmd/pp/pp.c index a733079..e276988 100644 --- a/c/cmd/pp/pp.c +++ b/c/cmd/pp/pp.c @@ -1,4 +1,4 @@ -// ckeks -- C KEKS encoder implementation +// pp -- C KEKS pretty-printer // Copyright (C) 2024-2025 Sergey Matveev // // This program is free software: you can redistribute it and/or modify