[easytag] Make Scanner_Option_Menu_Items static and const



commit 2efdf5fe5954576d642c9d9f931d0306c91aab55
Author: David King <amigadave amigadave com>
Date:   Sun May 5 21:25:23 2013 +0100

    Make Scanner_Option_Menu_Items static and const
    
    Found with findstatic.pl.

 src/scan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/scan.c b/src/scan.c
index 8cc3954..f7c09b2 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -174,7 +174,7 @@ static const gchar *Rename_File_Masks [] =
 };**/
 
 
-gchar *Scanner_Option_Menu_Items [] =
+static const gchar *Scanner_Option_Menu_Items [] =
 {
     N_("Fill Tag"),
     N_("Rename File and Directory"),


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