From 264b3e35ec0ba487e0c8a0af5237c81fd0d4b3c3 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 17 Jan 2003 17:06:57 +0000 Subject: fix indent --- local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local.c') diff --git a/local.c b/local.c index ebd59eb..5face93 100644 --- a/local.c +++ b/local.c @@ -1,4 +1,4 @@ -/* $Id: local.c,v 1.23 2003/01/17 17:06:03 ukai Exp $ */ +/* $Id: local.c,v 1.24 2003/01/17 17:07:00 ukai Exp $ */ #include "fm.h" #include #include @@ -300,7 +300,7 @@ checkPath(char *fn, char *path) Str tmp; struct stat st; while (*path) { - p = strchr(path, ':'); + p = strchr(path, ':'); tmp = Strnew_charp(expandPath(p ? allocStr(path, p - path) : path)); if (Strlastchar(tmp) != '/') Strcat_char(tmp, '/'); -- cgit v1.2.3