From: hgn Date: Wed, 13 Dec 2023 18:04:27 +0000 (+0000) Subject: incorrect description X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=commitdiff_plain;h=f9a8fe4bad8152bdf0423fbbd177c74a4be1d80a incorrect description --- diff --git a/vg_platform.h b/vg_platform.h index 295f03f..9366095 100644 --- a/vg_platform.h +++ b/vg_platform.h @@ -238,7 +238,7 @@ static int vg_strgood( vg_str *str ){ } /* - * Returns pointer to first instance of character + * Returns pointer to last instance of character */ static char *vg_strch( vg_str *str, char c ){ char *ptr = NULL;