d1d2536 Add missing break

1 file Authored by lslebodn 9 years ago, Committed by pviktori 9 years ago,
    Add missing break
    
    Wrong error message would be used for in case of
    RANGE_CHECK_DIFFERENT_TYPE_IN_DOMAIN. Missing break will cause fall through to
    the default section.
    
    Reviewed-By: Tomas Babej <tbabej@redhat.com>