From 5ff2dc129f8d77ecaaf473ce19ca194e4e0bc330 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Apr 2000 19:59:18 +0000 Subject: Fix typo. --- sysdeps/generic/updwtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/updwtmp.c b/sysdeps/generic/updwtmp.c index 5ab7ce6acc..2bd5b7b330 100644 --- a/sysdeps/generic/updwtmp.c +++ b/sysdeps/generic/updwtmp.c @@ -28,7 +28,7 @@ void __updwtmp (const char *wtmp_file, const struct utmp *utmp) { - file_name = TRANSFORM_UTMP_FILE_NAME (wtmp_file); + const char *file_name = TRANSFORM_UTMP_FILE_NAME (wtmp_file); (*__libc_utmp_file_functions.updwtmp) (file_name, utmp); } -- cgit 1.4.1