From 2543d9b609d158f611e317738644e67cacac6b9a Mon Sep 17 00:00:00 2001 From: Tor Arntsen Date: Fri, 4 Jun 2010 11:32:11 +0200 Subject: Change C99 comments to old-style C comments Signed-off-by: Tor Arntsen Signed-off-by: Junio C Hamano --- remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote.c') diff --git a/remote.c b/remote.c index c70181cdc..26ce56046 100644 --- a/remote.c +++ b/remote.c @@ -476,7 +476,7 @@ static void read_config(void) unsigned char sha1[20]; const char *head_ref; int flag; - if (default_remote_name) // did this already + if (default_remote_name) /* did this already */ return; default_remote_name = xstrdup("origin"); current_branch = NULL; -- cgit v1.2.1