OSDN Git Service

tests: modeprint s/fb/fd/
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Wed, 2 Jul 2008 21:12:33 +0000 (23:12 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Wed, 2 Jul 2008 21:12:33 +0000 (23:12 +0200)
tests/modeprint/modetest.c

index 3f00922..d8a9470 100644 (file)
@@ -345,7 +345,7 @@ int main(int argc, char **argv)
        fd = drmOpen("i915", NULL);
 
        if (fd < 0) {
-               printf("Failed to open the card fb (%d)\n",fd);
+               printf("Failed to open the card fd (%d)\n",fd);
                return 1;
        }