fixed a typo
This commit is contained in:
2
check.c
2
check.c
@@ -273,7 +273,7 @@ static void update_timestamp()
|
|||||||
utp[0] = utp[1] = time(NULL);
|
utp[0] = utp[1] = time(NULL);
|
||||||
#endif /* HAVE_UTIME_H */
|
#endif /* HAVE_UTIME_H */
|
||||||
#else
|
#else
|
||||||
struct utimbuf *utp = (utimbuf *) NULL;
|
struct utimbuf *utp = (struct utimbuf *) NULL;
|
||||||
#endif /* HAVE_UTIME && !HAVE_UTIME_NULL */
|
#endif /* HAVE_UTIME && !HAVE_UTIME_NULL */
|
||||||
|
|
||||||
/* become root */
|
/* become root */
|
||||||
|
Reference in New Issue
Block a user