aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UCatCovers.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/UCatCovers.pas')
-rw-r--r--src/base/UCatCovers.pas8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/base/UCatCovers.pas b/src/base/UCatCovers.pas
index 55f07daf..85cb850f 100644
--- a/src/base/UCatCovers.pas
+++ b/src/base/UCatCovers.pas
@@ -24,10 +24,6 @@
*}
unit UCatCovers;
-/////////////////////////////////////////////////////////////////////////
-// UCatCovers by Whiteshark //
-// Class for listing and managing the Category Covers //
-/////////////////////////////////////////////////////////////////////////
interface
@@ -183,7 +179,7 @@ function TCatCovers.GetCover(Sorting: TSortingType; const Name: UTF8String): IPa
var
I: Integer;
UpperName: UTF8String;
- NoCoverPath: IPath;
+ NoCoverPath: IPath;
begin
Result := PATH_NONE;
UpperName := UTF8Uppercase(Name);
@@ -212,4 +208,4 @@ begin
end;
end;
-end.
+end. \ No newline at end of file