~ubuntu-core-dev/module-init-tools/ubuntu

« back to all changes in this revision

Viewing changes to index.c

  • Committer: Scott James Remnant
  • Date: 2009-07-16 15:24:17 UTC
  • mfrom: (152.1.38)
  • Revision ID: scott@netsplit.com-20090716152417-7ak1sklxb59cs4fz
MergeĀ 3.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                     const char *value, unsigned int priority)
86
86
{
87
87
        struct index_value *v;
88
 
        int duplicate;
 
88
        int duplicate = 0;
89
89
        int len;
90
90
 
91
91
        /* report the presence of duplicate values */