Fix missing newline in the button cycle error print
This commit is contained in:
@@ -110,7 +110,7 @@ int ui_but_menu_step(uiBut *but, int direction)
|
||||
{
|
||||
/* currenly only RNA buttons */
|
||||
if ((but->rnaprop == NULL) || (RNA_property_type(but->rnaprop) != PROP_ENUM)) {
|
||||
printf("%s: cannot cycle button '%s'", __func__, but->str);
|
||||
printf("%s: cannot cycle button '%s'\n", __func__, but->str);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user