fix printf warning
[oweals/busybox.git] / libbb / mtab_file.c
index 898e2fa89661a21dc48a532444d407a380d5121c..42504e81fa93a1f3e0c255ea0e95d48ff8dc1354 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Utility routines.
  *
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,8 +23,8 @@
 #include "libbb.h"
 
 
-/* Busybox mount uses either /proc/mounts or /etc/mtab to 
- * get the list of currently mounted filesystems */ 
+/* Busybox mount uses either /proc/mounts or /etc/mtab to
+ * get the list of currently mounted filesystems */
 #if defined CONFIG_FEATURE_MTAB_SUPPORT
 const char bb_path_mtab_file[] = CONFIG_FEATURE_MTAB_FILENAME;
 #else