diff --git a/fact.c b/fact.c
index e72dc563ece9769689d03af0d76b3430dfd25715..a953c4937cb1a8af44953370c305197a1efc7951 100644
--- a/fact.c
+++ b/fact.c
@@ -1,5 +1,5 @@
 //
-// Created on 22/04/2020.
+// Created on 23/04/2020.
 //
 #include <errno.h>
 #include <sys/types.h>
@@ -218,4 +218,4 @@ int main (int argc, char *argv[]) {
     fclose(f.in);
     fclose(f.out);
     return (EXIT_SUCCESS);
-}
\ No newline at end of file
+}