[easytag/wip/opus-support] Compile EasyTAG without Opus support fixed



commit 20f870eb6594d5a0a8d480f930fbe3ef3505f5d5
Author: Abhinav <abhijangda hotmail com>
Date:   Wed Apr 2 20:20:50 2014 +0530

    Compile EasyTAG without Opus support fixed

 src/vcedit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vcedit.c b/src/vcedit.c
index f018b52..06e7caa 100644
--- a/src/vcedit.c
+++ b/src/vcedit.c
@@ -492,8 +492,8 @@ vcedit_open(vcedit_state *state, GFile *file, GError **error)
                                                  "Ogg Opus tags do not follow the specification");
                                     goto err;
                                     break;
-#endif
                             }
+#endif
                     }
                     i++;
                 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]