[libbluray-devel] Remove NOP while()

hpi1 git at videolan.org
Thu Aug 21 12:07:21 CEST 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Aug 21 12:41:09 2014 +0300| [02bc2251860c3ec6051855ed3e6f4849abab027c] | committer: hpi1

Remove NOP while()

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=02bc2251860c3ec6051855ed3e6f4849abab027c
---

 src/examples/mpls_dump.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/mpls_dump.c b/src/examples/mpls_dump.c
index 5287dbd..ef2f33a 100644
--- a/src/examples/mpls_dump.c
+++ b/src/examples/mpls_dump.c
@@ -759,7 +759,7 @@ main(int argc, char *argv[])
                 if (pl != NULL) {
                     pl_list[pl_ii++] = pl;
                 }
-            } while (ent != NULL);
+            }
             free(dirlist);
             free(path);
         } else {



More information about the libbluray-devel mailing list