autoupdate
[gnulib.git] / tests / test-readtokens.c
index f12d39e..44193d5 100644 (file)
@@ -1,5 +1,5 @@
 /* Test the readtokens module.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ int
 main (int argc, char **argv)
 {
   token_buffer tb;
-  char *delim;
+  char const *delim;
   size_t delim_len;
 
   atexit (close_stdout);
@@ -77,7 +77,7 @@ main (int argc, char **argv)
 
   if (STREQ (delim, "\\0"))
     {
-      delim = (char *) "";
+      delim = "";
       delim_len = 1;
     }