Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Xf86 Video Fbturbo
Commits
643573a5
Commit
643573a5
authored
Dec 27, 2006
by
Michel Dänzer
Browse files
Add missing argument to xf86DrvMsg().
parent
b5b1b7d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fbdev.c
View file @
643573a5
...
@@ -790,7 +790,7 @@ FBDevScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
...
@@ -790,7 +790,7 @@ FBDevScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
default:
default:
xf86DrvMsg
(
scrnIndex
,
X_ERROR
,
xf86DrvMsg
(
scrnIndex
,
X_ERROR
,
"internal error: unrecognised hardware type (%d) "
"internal error: unrecognised hardware type (%d) "
"encountered in FBDevScreenInit()
\n
"
);
"encountered in FBDevScreenInit()
\n
"
,
type
);
ret
=
FALSE
;
ret
=
FALSE
;
break
;
break
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment