~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/bindings/javahl/native/Targets.cpp

  • Committer: Max Bowsher
  • Date: 2012-10-25 00:08:47 UTC
  • mfrom: (44.1.49 precise)
  • Revision ID: _@maxb.eu-20121025000847-8xxg7ea4qdqio0w4
Tags: 1.7.7-0svn2~oneiric+svn1
MergeĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            m_error_occured = err;
87
87
            break;
88
88
        }
89
 
      APR_ARRAY_PUSH(apr_targets, const char *) = *it;
 
89
      APR_ARRAY_PUSH(apr_targets, const char *) = target;
90
90
    }
91
91
 
92
92
  return apr_targets;