diff options
author | Michele Calgaro <[email protected]> | 2021-01-26 12:09:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-01-26 12:09:28 +0900 |
commit | 88d44ce75144a78770db59d033395537a36f1b25 (patch) | |
tree | b60c0a536679f23f6331eb1f48eb9da0483dbcd2 /iso/iso.cpp | |
parent | e600304f0a18ff5648a561d2543f9579f3d60a79 (diff) | |
download | krusader-88d44ce75144a78770db59d033395537a36f1b25.tar.gz krusader-88d44ce75144a78770db59d033395537a36f1b25.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'iso/iso.cpp')
-rw-r--r-- | iso/iso.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iso/iso.cpp b/iso/iso.cpp index 019cac9..e9845c0 100644 --- a/iso/iso.cpp +++ b/iso/iso.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ - /* This file is heavily based on tar.cc from tdebase + /* This file is heavily based on tar.cpp from tdebase * (c) David Faure <[email protected]> */ |