Skip to content

Commit

Permalink
align
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 28, 2024
1 parent e7ae07a commit 812b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddpalette.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ HRESULT dd_CreatePalette(

p->lpVtbl = &g_ddp_vtbl;
p->flags = dwFlags;
ddp_SetEntries(p, dwFlags, 0, 256, lpDDColorArray);
ddp_SetEntries(p, dwFlags, 0, 256, lpDDColorArray);
IDirectDrawPalette_AddRef(p);

*lpDDPalette = p;
Expand Down

0 comments on commit 812b759

Please sign in to comment.