X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-c-stack.c;h=a85278dcabe25c892345a19cd123abf9c1140719;hb=a177ce3f52a8bc2e08b4a95955e16501f91d086b;hp=6454e34e5308ae72aca92a69342d46316a7ddc8b;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-c-stack.c b/tests/test-c-stack.c index 6454e34e5..a85278dca 100644 --- a/tests/test-c-stack.c +++ b/tests/test-c-stack.c @@ -1,5 +1,5 @@ /* Test of c-stack module. - Copyright (C) 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2006, 2008-2012 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 @@ -61,7 +61,7 @@ main (int argc, char **argv) #endif program_name = argv[0]; - if (c_stack_action (0) == 0) + if (c_stack_action (NULL) == 0) { if (1 < argc) {