Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
dfea239cc310d6adc3c3a9750121938607573b08
Authored by
Scott Klum
2015-05-20 17:25:10 -0400
1 parent
2967908e
Bad alignment i guess?
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/gallery/vec.cpp
openbr/plugins/gallery/vec.cpp
View file @
dfea239
...
...
@@ -56,7 +56,7 @@ class vecGallery : public FileGallery
56
56
57
57
TemplateList readBlock(bool *done)
58
58
{
59
-
readOpen();
59
+
readOpen();
60
60
61
61
*done = true;
62
62
...
...