tests: modeprint s/fb/fd/

main
Jakob Bornecrantz 2008-07-02 23:12:33 +02:00
parent 4f233ce618
commit 49e1fa1d50
1 changed files with 1 additions and 1 deletions

View 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;
}