fixed a typo

This commit is contained in:
Todd C. Miller
1995-06-19 17:38:05 +00:00
parent 11ab938fab
commit db30358dd9

View File

@@ -273,7 +273,7 @@ static void update_timestamp()
utp[0] = utp[1] = time(NULL);
#endif /* HAVE_UTIME_H */
#else
struct utimbuf *utp = (utimbuf *) NULL;
struct utimbuf *utp = (struct utimbuf *) NULL;
#endif /* HAVE_UTIME && !HAVE_UTIME_NULL */
/* become root */