consolidate xz format comment. no code changes
[oweals/busybox.git] / libbb / isdirectory.c
index 28ed3ec29ae194b569bc41cfa3c55888199fa017..4a2961e0d7c83e97c09a9b43bb62afd52fdf7b56 100644 (file)
@@ -15,7 +15,7 @@
  * Return TRUE if fileName is a directory.
  * Nonexistent files return FALSE.
  */
-int FAST_FUNC is_directory(const char *fileName, const int followLinks, struct stat *statBuf)
+int FAST_FUNC is_directory(const char *fileName, int followLinks, struct stat *statBuf)
 {
        int status;
        struct stat astatBuf;