[PATCH] convert.c: mark a file-local function static

Subsystems: the rest

DORMANTno replies

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] convert.c: mark a file-local function static

From: Ramsay Jones <hidden>
Date: 2016-06-15 23:07:20

Signed-off-by: Ramsay Jones <redacted>
---

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

Re: [PATCH] convert.c: mark a file-local function static

From: Torsten Bögershausen <hidden>
Date: 2016-06-15 23:07:20

Thanks for catching, I will.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help