X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fincremen.c;h=04b946f62bdc07f65cc3f48210978b59551b57c8;hb=debc485626c0c143731b0ca229d18b48085bb2ef;hp=69cbd59a470687af78ba9623c8e5696853b9fa90;hpb=6689e8db4f53f6a0bed3d1bc4ed12d31eaa3bf51;p=chaz%2Ftar diff --git a/src/incremen.c b/src/incremen.c index 69cbd59..04b946f 100644 --- a/src/incremen.c +++ b/src/incremen.c @@ -848,7 +848,7 @@ store_rename (struct directory *dir, struct obstack *stk) are ignored when hit by this function next time. If the chain forms a cycle, prev points to the entry DIR is renamed from. In this case it still retains DIRF_RENAMED flag, which will be - cleared in the `else' branch below */ + cleared in the 'else' branch below */ for (prev = dir; prev && prev->orig != dir; prev = prev->orig) DIR_CLEAR_FLAG (prev, DIRF_RENAMED);