forgot brackets

This commit is contained in:
Amy Bowersox 2019-12-11 14:04:24 -07:00
parent ed9fd9320c
commit b96527139f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ typedef struct tagSTOCKBITMAPDESC {
const void *data;
} STOCKBITMAPDESC;
static const STOCKBITMAPDESC stock_bitmaps = {
static const STOCKBITMAPDESC stock_bitmaps[] = {
{"freehand", 48, 48, _binary_i_freehand_bin_start },
{"line", 48, 48, _binary_i_line_bin_start },
{"rect", 48, 48, _binary_i_rect_bin_start },