mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 11:05:29 -04:00
Fixed a typo.
This commit is contained in:
parent
a014698a45
commit
403dff946b
@ -293,7 +293,7 @@ public final class ColorSpaces {
|
|||||||
private static ICC_Profile readProfileFromPath(final String profilePath) {
|
private static ICC_Profile readProfileFromPath(final String profilePath) {
|
||||||
if (profilePath != null) {
|
if (profilePath != null) {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
System.out.println("Loading profilePath from: " + profilePath);
|
System.out.println("Loading profile from: " + profilePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user