summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/client_impl.cpp')
-rw-r--r--src/svnqt/client_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/client_impl.cpp b/src/svnqt/client_impl.cpp
index 431ca63..ced414c 100644
--- a/src/svnqt/client_impl.cpp
+++ b/src/svnqt/client_impl.cpp
@@ -52,7 +52,7 @@ apr_array_header_t* svn_sort__hash(apr_hash_t *ht,
ary = apr_array_make(pool, apr_hash_count(ht), sizeof(svn_sort_item_type));
/* loop over hash table and push all keys into the array */
- sorted = TRUE;
+ sorted = true;
prev_item = NULL;
for (hi = apr_hash_first(pool, ht); hi; hi = apr_hash_next(hi))
{