From 514cdf6ee24aaea3e35b98666e12c3af5bdced0c Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 31 Mar 2024 21:23:52 +0300 Subject: [PATCH] str_replace.c: move the legal notice to the end of the note --- c-programming/strings/str_replace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c-programming/strings/str_replace.c b/c-programming/strings/str_replace.c index 8db64e0..21fb61e 100644 --- a/c-programming/strings/str_replace.c +++ b/c-programming/strings/str_replace.c @@ -1,10 +1,10 @@ /* * str_replace.c * + * TODO: Add ability to replace from the end (negative value of max_count) + * * Author: Intel A80486DX2-66 * License: Creative Commons Zero 1.0 Universal - * - * TODO: Add ability to replace from the end (negative value of max_count) */ #include "str_replace.h"