mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
app.cpp: Minor format change
This commit is contained in:
parent
6aa4149dec
commit
3313735936
@ -152,7 +152,7 @@ App::App(int argc, const char* argv[])
|
||||
|
||||
base::UniquePtr<Palette> pal(Palette::load(palFile.c_str()));
|
||||
if (pal.get() == NULL)
|
||||
throw base::Exception("Error loading default palette from: %s", palFile.c_str());
|
||||
throw base::Exception("Error loading default palette from: %s", palFile.c_str());
|
||||
|
||||
set_default_palette(pal.get());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user