From 885b797a4abe1fdfe7c4273caa34207d6e5e4760 Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Mon, 22 Aug 2011 12:33:52 +0200 Subject: Do not use C++-style comments Detected by "gcc -std=iso9899:1990 ...". This patch applies against "maint". Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano diff --git a/notes.c b/notes.c index f6ce848..93e9868 100644 --- a/notes.c +++ b/notes.c @@ -1105,7 +1105,7 @@ int remove_note(struct notes_tree *t, const unsigned char *object_sha1) hashcpy(l.key_sha1, object_sha1); hashclr(l.val_sha1); note_tree_remove(t, t->root, 0, &l); - if (is_null_sha1(l.val_sha1)) // no note was removed + if (is_null_sha1(l.val_sha1)) /* no note was removed */ return 1; t->dirty = 1; return 0; -- cgit v0.10.2-6-g49f6