git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trace.c: mark file-local function static
@ 2010-12-16 22:38 Vasyl'
  2010-12-16 23:43 ` Thiago Farina
  0 siblings, 1 reply; 14+ messages in thread
From: Vasyl' @ 2010-12-16 22:38 UTC (permalink / raw)
  To: git

Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com>
---
 trace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/trace.c b/trace.c
index 1e560cb..62586fa 100644
--- a/trace.c
+++ b/trace.c
@@ -25,7 +25,7 @@
 #include "cache.h"
 #include "quote.h"

-void do_nothing(size_t unused)
+static void do_nothing(size_t unused)
 {
 }

-- 
1.7.1

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

end of thread, other threads:[~2010-12-21 19:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 22:38 [PATCH] trace.c: mark file-local function static Vasyl'
2010-12-16 23:43 ` Thiago Farina
2010-12-20 12:00   ` Drew Northup
2010-12-20 15:17     ` Thiago Farina
2010-12-20 16:53       ` Drew Northup
2010-12-21  0:28         ` Thiago Farina
2010-12-21 12:29           ` Drew Northup
2010-12-21 15:59             ` Thiago Farina
2010-12-21 14:52         ` Nguyen Thai Ngoc Duy
2010-12-21 15:19           ` Drew Northup
2010-12-21 17:24           ` Junio C Hamano
2010-12-21 17:40             ` Thiago Farina
2010-12-21 17:50               ` Junio C Hamano
2010-12-21 19:54             ` Johannes Sixt

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).