summaryrefslogtreecommitdiff
path: root/src/cmd/dvd/dvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/dvd/dvd.c')
-rw-r--r--src/cmd/dvd/dvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dvd/dvd.c b/src/cmd/dvd/dvd.c
index b20858d..0b5caaf 100644
--- a/src/cmd/dvd/dvd.c
+++ b/src/cmd/dvd/dvd.c
@@ -21,7 +21,7 @@ void draw_rect(uint32_t x, uint32_t y, uint32_t w, uint32_t h, uint32_t col) {
}
int main(void) {
- if (fb_setup(&fb, "/kdev/video/") < 0) {
+ if (fb_setup(&fb, "/dev/video/") < 0) {
err(1, "fb_setup");
return 1;
}