From 1f9467f9b7e3d6bc49267a32a7e2238c6d829ef0 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 9 Dec 2008 17:04:45 +0000 Subject: [PATCH] eliminate-cplusplus-style-comments-20081209 LICENSE IPL10 aix compiler hates // style comments --- src/vol/vol-salvage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index ee9b8f135..1b5a70f86 100644 --- a/src/vol/vol-salvage.c +++ b/src/vol/vol-salvage.c @@ -3551,7 +3551,7 @@ void RemoveTheForce(char *path) { char target[1024]; - struct afs_stat force; // so we can use afs_stat to find it + struct afs_stat force; /* so we can use afs_stat to find it */ strcpy(target,path); strcat(target,"/FORCESALVAGE"); if (!Testing && ForceSalvage) { -- 2.39.5