Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Jul 18, 2024
1 parent 914c76f commit 58cfbf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xrdpdev/xrdpdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ rdpPreInit(ScrnInfoPtr pScrn, int flags)
#endif
DisplayModePtr mode;
rdpPtr dev;
struct drm_version dver;
char delim[] = " ";
char *token;

LLOGLN(0, ("rdpPreInit:"));
if (flags & PROBE_DETECT)
Expand Down Expand Up @@ -192,6 +189,9 @@ rdpPreInit(ScrnInfoPtr pScrn, int flags)
}
else
{
struct drm_version dver;
char delim[] = " ";
char *token;
LLOGLN(0, ("rdpPreInit: %s open ok, fd %d", g_drm_device, dev->fd));
memset(&dver, 0, sizeof(dver));
dver.name_len = 256;
Expand Down

0 comments on commit 58cfbf3

Please sign in to comment.