From 5aa45c43f278eb78a1f68d947590c43affe42df8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 30 Jul 2021 22:20:13 +1000 Subject: Cleanup: missing leading '*' from comment blocks --- source/blender/windowmanager/intern/wm_splash_screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager/intern/wm_splash_screen.c') diff --git a/source/blender/windowmanager/intern/wm_splash_screen.c b/source/blender/windowmanager/intern/wm_splash_screen.c index f5881a00998..99c6bc39207 100644 --- a/source/blender/windowmanager/intern/wm_splash_screen.c +++ b/source/blender/windowmanager/intern/wm_splash_screen.c @@ -238,8 +238,8 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *region, void *UNUSE if (!BLI_exists(userpref)) { mt = WM_menutype_find("WM_MT_splash_quick_setup", true); - /* The UI_BLOCK_QUICK_SETUP flag prevents the button text from being left-aligned, - as it is for all menus due to the UI_BLOCK_LOOP flag, see in 'ui_def_but'. */ + /* The #UI_BLOCK_QUICK_SETUP flag prevents the button text from being left-aligned, + * as it is for all menus due to the #UI_BLOCK_LOOP flag, see in #ui_def_but. */ UI_block_flag_enable(block, UI_BLOCK_QUICK_SETUP); } else { -- cgit v1.2.3