diff options
-rw-r--r-- | vbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,10 +294,10 @@ int get_edid(char *edid) (box_is_xbox() || vbe_check_vbe_info()) && vbe_get_edid_info(edid); - FreeInt10(); #ifdef LRMI if (!ok) ok = get_edid__old(edid); #endif + FreeInt10(); } else if (getuid() != 0) fprintf(stderr, "you must be root to run this program\n"); |