mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 17:51:16 +00:00
(main): Initialize `cat' to please the compiler.
This commit is contained in:
parent
108b08c01c
commit
3814a67932
@ -203,7 +203,7 @@ main (int argc, char *argv[])
|
|||||||
beginning every time. */
|
beginning every time. */
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
int cat;
|
int cat = 0;
|
||||||
|
|
||||||
for (act_add_locdef = copy_list; act_add_locdef != NULL;
|
for (act_add_locdef = copy_list; act_add_locdef != NULL;
|
||||||
act_add_locdef = act_add_locdef->next)
|
act_add_locdef = act_add_locdef->next)
|
||||||
|
Loading…
Reference in New Issue
Block a user