Added some breaks, oops! :-)
the build was successful Details

This commit is contained in:
tastytea 2018-12-27 06:18:14 +01:00
parent c5aa9da086
commit e167783026
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 0 deletions

View File

@ -56,14 +56,17 @@ Magick::Image Identiconpp::generate(const string &digest, const uint16_t width)
case algorithm::ltr_symmetric:
{
img = generate_ltr_symmetric(digest);
break;
}
case algorithm::ltr_asymmetric:
{
img = generate_ltr_asymmetric(digest);
break;
}
case algorithm::sigil:
{
img = generate_sigil(digest);
break;
}
}