From dfea239cc310d6adc3c3a9750121938607573b08 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Wed, 20 May 2015 17:25:10 -0400 Subject: [PATCH] Bad alignment i guess? --- openbr/plugins/gallery/vec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/gallery/vec.cpp b/openbr/plugins/gallery/vec.cpp index 77766f8..f69a414 100644 --- a/openbr/plugins/gallery/vec.cpp +++ b/openbr/plugins/gallery/vec.cpp @@ -56,7 +56,7 @@ class vecGallery : public FileGallery TemplateList readBlock(bool *done) { - readOpen(); + readOpen(); *done = true; -- libgit2 0.21.4