X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-quotearg-simple.c;h=4d9c87cb63ed55e6fefde271feb0890f720a578d;hb=3c7d5d0cf885baa9add1cd34364fa1adfc459630;hp=095b199ae56aab83cd9de01b1f0147597a534101;hpb=a01126f3d70ff7c6a6419bdd816f3ec3f049426a;p=gnulib.git diff --git a/tests/test-quotearg-simple.c b/tests/test-quotearg-simple.c index 095b199ae..4d9c87cb6 100644 --- a/tests/test-quotearg-simple.c +++ b/tests/test-quotearg-simple.c @@ -1,5 +1,5 @@ /* Test of quotearg family of functions. - Copyright (C) 2008-2010 Free Software Foundation, Inc. + Copyright (C) 2008-2011 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 @@ -244,7 +244,7 @@ main (int argc _GL_UNUSED, char *argv[]) ASSERT (!isprint ('\033')); for (i = literal_quoting_style; i <= clocale_quoting_style; i++) { - set_quoting_style (NULL, i); + set_quoting_style (NULL, (enum quoting_style) i); compare_strings (use_quotearg_buffer, &results_g[i].group1, ascii_only); compare_strings (use_quotearg, &results_g[i].group2, ascii_only); if (i == c_quoting_style)