From b08e24a44ccfea3c1f61a4e796641797cdc2bb11 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Feb 2009 18:10:54 +0100 Subject: Replace a // style comment with a /* */ one --- source3/modules/perfcount_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/perfcount_test.c') diff --git a/source3/modules/perfcount_test.c b/source3/modules/perfcount_test.c index bcae3fb6f2..3221adf15c 100644 --- a/source3/modules/perfcount_test.c +++ b/source3/modules/perfcount_test.c @@ -329,7 +329,7 @@ static void perfcount_test_set_client(struct smb_perfcount_data *pcd, uid_t uid, const char *user, const char *domain) { - // WIP + /* WIP */ return; } -- cgit