Skip to content

Commit

Permalink
rlottie/example: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smohantty committed Jul 1, 2019
1 parent ae933c3 commit 8b5851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lottie2gif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class App {

baseName = absoloutePath;
#ifdef _WIN32
char *base = strrchr(baseName.data(), '/');
char *base = strrchr(baseName.data(), '\\');
if (base)
{
base++;
Expand Down

0 comments on commit 8b5851c

Please sign in to comment.