Cleanup: quiet missing braces warning

This commit is contained in:
Campbell Barton 2022-01-13 12:31:47 +11:00
parent 97c2c39916
commit 227f0f3582
1 changed files with 2 additions and 2 deletions

View File

@ -67,10 +67,10 @@
.slide_scale = {0.0f, 0.0f}, \
}
/* initialise as all zeros */
/* initialize as all zeros. */
#define _DNA_DEFAULT_MovieTrackingMarker \
{ \
0, \
.pos = {0.0f, 0.0f}, \
}
/** \} */