Signed-off-by: MORITA Kazutaka <[email protected]>
---
 sheep/sheep.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sheep/sheep.c b/sheep/sheep.c
index b95b436..e507e48 100644
--- a/sheep/sheep.c
+++ b/sheep/sheep.c
@@ -36,7 +36,7 @@ static struct option const long_options[] = {
        {NULL, 0, NULL, 0},
 };
 
-static char *short_options = "p:fl:dh";
+static const char *short_options = "p:fl:dh";
 
 static void usage(int status)
 {
-- 
1.5.6.5

-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to