Filenames module name fixed

This commit is contained in:
Norayr Chilingarian 2013-11-12 16:36:07 +04:00
parent 5f88bfe681
commit 5ea1331d6f
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
(* This module is obsolete. Don't use it. *)
MODULE Filenames;
MODULE oocFilenames;
(* Note: It is not checked whether the concatenated strings fit into the
variables given for them or not *)
@ -184,5 +184,5 @@ PROCEDURE ExpandPath*(VAR full: ARRAY OF CHAR; path: ARRAY OF CHAR);
END
END ExpandPath;
END Filenames.
END oocFilenames.