diff options
-rw-r--r-- | vbe.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -166,7 +166,8 @@ int get_edid(char *edid) vbe_get_edid_info(edid); FreeInt10(); - } + } else + fprintf(stderr, "you must be root to run this program\n"); return ok ? 128 : 0; } |