diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-01 16:14:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-01 16:14:37 +0200 |
commit | 6e9e25b41d33745f65910fa077c9049ddccb3445 (patch) | |
tree | 1690f36306d95149dafb18bbd9f6c482140549fd /modules/tga | |
parent | 1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff) | |
parent | ed606ded52132f7afed03d99fabed7b111ce9a51 (diff) |
Merge pull request #10861 from Noshyaar/pr-header
Fix files header
[ci skip]
Diffstat (limited to 'modules/tga')
-rw-r--r-- | modules/tga/image_loader_tga.cpp | 2 | ||||
-rw-r--r-- | modules/tga/image_loader_tga.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/tga/image_loader_tga.cpp b/modules/tga/image_loader_tga.cpp index 379c894550..84332ee2ff 100644 --- a/modules/tga/image_loader_tga.cpp +++ b/modules/tga/image_loader_tga.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* image_loader_jpegd.cpp */ +/* image_loader_tga.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/modules/tga/image_loader_tga.h b/modules/tga/image_loader_tga.h index 8689a1773b..7905ab37a7 100644 --- a/modules/tga/image_loader_tga.h +++ b/modules/tga/image_loader_tga.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* image_loader_jpegd.h */ +/* image_loader_tga.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ |