aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-08-30 14:27:21 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-08-30 14:27:21 +0200
commita0937c00148032fbfe790618ccc64d8402ef9143 (patch)
tree168d7f92f4bca12a851e1c30a75c61dceae18d5b
parent3410736664285c3c88ecfc57023b5a20c0fc2d93 (diff)
downloaddrminfo-a0937c00148032fbfe790618ccc64d8402ef9143.tar.gz
egltest: fix -L
-rw-r--r--egltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/egltest.c b/egltest.c
index ad5cbb2..3231f66 100644
--- a/egltest.c
+++ b/egltest.c
@@ -98,7 +98,7 @@ int main(int argc, char **argv)
int c;
for (;;) {
- c = getopt(argc, argv, "haixc:s:");
+ c = getopt(argc, argv, "haixc:s:L:");
if (c == -1)
break;
switch (c) {