diff options
Diffstat (limited to 'monitor-get-edid.c')
-rw-r--r-- | monitor-get-edid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-get-edid.c b/monitor-get-edid.c index 5e4a549..50366f2 100644 --- a/monitor-get-edid.c +++ b/monitor-get-edid.c @@ -28,7 +28,7 @@ int main(int argc, char **argv) exit(1); } - int size = 0 && get_edid(edid); + int size = get_edid(edid); if (!size && try_in_console) { int non_X_console = 1; |