diff --git a/src/combine_path.h b/src/combine_path.h
index 8cd44b33ee4e402f201a58e7ac87fea3164fe326..fe87232e8d2e8656cdb873d1a85dba674a406c93 100644
--- a/src/combine_path.h
+++ b/src/combine_path.h
@@ -1,5 +1,5 @@
 /*
- * $Id: combine_path.h,v 1.5 2001/06/10 16:34:57 grubba Exp $
+ * $Id: combine_path.h,v 1.6 2001/06/10 17:07:33 grubba Exp $
  *
  * Combine path template.
  *
@@ -149,7 +149,7 @@ static void APPEND_PATH(struct string_builder *s,
 		  (index_shared_string(s->s,tmp)=='.') &&
 		  (index_shared_string(s->s,tmp+1)=='.') && 
 		  ( (tmp+2 == s->s->len) ||
-		    IS_SEP(index_shared_string(s->s,tmp+2)))
+		    IS_SEP(index_shared_string(s->s,tmp+2))))
 		break;