mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Minor change in style
This commit is contained in:
parent
67a9c2fe0d
commit
c13c521af2
@ -211,7 +211,7 @@ public:
|
||||
EventType eventType(const char* eventName) const {
|
||||
if (std::strcmp(eventName, "change") == 0)
|
||||
return Change;
|
||||
if (std::strcmp(eventName, "filenamechange") == 0)
|
||||
else if (std::strcmp(eventName, "filenamechange") == 0)
|
||||
return FilenameChange;
|
||||
else
|
||||
return Unknown;
|
||||
|
Loading…
Reference in New Issue
Block a user