aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/msec_find/find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec_find/find.c b/src/msec_find/find.c
index 65e8c73..274e8ff 100644
--- a/src/msec_find/find.c
+++ b/src/msec_find/find.c
@@ -193,7 +193,7 @@ int main(int argc, char **argv)
* /mnt/cdrom/ is the mounted directory.
* Hopefully, find has the same "bug"
*/
-
+
ctrl = 1;
directory = ( char * ) malloc((strlen(argv[i]) + 1));
if ( ! directory ) {