From a814e2957bf53b2ecef28593f325cd082122ba52 Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Mon, 19 Nov 2012 13:47:46 -0500 Subject: [PATCH] Change fmt_findcasecmp() to fmt_findcasecomp(). The new name is more consistent. --- h/fmt_scan.h | 2 +- sbr/fmt_compile.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h/fmt_scan.h b/h/fmt_scan.h index a2bff89..8de6f23 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -178,7 +178,7 @@ struct comp *fmt_findcomp(char *component); * Identical to fmd_findcomp(), but is case-INSENSITIVE. */ -struct comp *fmt_findcasecmp(char *component); +struct comp *fmt_findcasecomp(char *component); /* * Add a component entry to the component hash table diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 148d35c..57bf516 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -877,7 +877,7 @@ fmt_findcomp(char *component) */ struct comp * -fmt_findcasecmp(char *component) +fmt_findcasecomp(char *component) { struct comp *cm; -- 1.7.10.4