This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit beb02a3aa40405af6b861473c1946cfdcd5a7591 Author: David Capello <[email protected]> Date: Mon Feb 2 09:09:36 2015 -0300 Minor change in file.h --- src/app/file/file.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/file/file.h b/src/app/file/file.h index 99ba0ba..5018c47 100644 --- a/src/app/file/file.h +++ b/src/app/file/file.h @@ -85,11 +85,11 @@ namespace app { double progress; // Progress (1.0 is ready). IFileOpProgress* progressInterface; std::string error; // Error string. - bool done : 1; // True if the operation finished. - bool stop : 1; // Force the break of the operation. - bool oneframe : 1; // Load just one frame (in formats - // that support animation like - // GIF/FLI/ASE). + bool done; // True if the operation finished. + bool stop; // Force the break of the operation. + bool oneframe; // Load just one frame (in formats + // that support animation like + // GIF/FLI/ASE). // Data for sequences. struct { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

