Skip to content

Commit

Permalink
FrontpanelTest: Win32 DisplayRegisters written should be DWORD and no…
Browse files Browse the repository at this point in the history
…t int
  • Loading branch information
markpizz committed Dec 31, 2019
1 parent 4fe9ae7 commit 28dad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontpanel/FrontPanelTest.c
Expand Up @@ -123,7 +123,7 @@ if (1) {
static HANDLE out = NULL;
static CONSOLE_SCREEN_BUFFER_INFO info;
static COORD origin = {0, 0};
int written;
DWORD written;

if (out == NULL)
out = GetStdHandle (STD_OUTPUT_HANDLE);
Expand Down

0 comments on commit 28dad57

Please sign in to comment.