git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] convert.c: mark a file-local function static
@ 2015-11-25 21:50 Ramsay Jones
  2015-11-27  8:09 ` Torsten Bögershausen
  0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2015-11-25 21:50 UTC (permalink / raw)
  To: Torsten Bögershausen; +Cc: Jeff King, GIT Mailing-list


Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---

Hi Torsten,

If you need to re-roll your 'tb/ls-files-eol' patch, could you
please squash this into the patch.

Thanks.

ATB,
Ramsay Jones

 convert.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/convert.c b/convert.c
index c99adcd..0595e21 100644
--- a/convert.c
+++ b/convert.c
@@ -118,7 +118,7 @@ static unsigned int gather_convert_stats(const char *data, unsigned long size)
 		return 0;
 }
 
-const char *gather_convert_stats_ascii(const char *data, unsigned long size)
+static const char *gather_convert_stats_ascii(const char *data, unsigned long size)
 {
 	unsigned int convert_stats = gather_convert_stats(data, size);
 
-- 
2.6.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] convert.c: mark a file-local function static
  2015-11-25 21:50 [PATCH] convert.c: mark a file-local function static Ramsay Jones
@ 2015-11-27  8:09 ` Torsten Bögershausen
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Bögershausen @ 2015-11-27  8:09 UTC (permalink / raw)
  To: Ramsay Jones, Torsten Bögershausen; +Cc: Jeff King, GIT Mailing-list

Thanks for catching, I will.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-27  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 21:50 [PATCH] convert.c: mark a file-local function static Ramsay Jones
2015-11-27  8:09 ` Torsten Bögershausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).