summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2004-01-30 17:47:16 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2004-01-30 17:47:16 +0000
commit67d9d66eb7ac15f59bdd9a2d4b4bb9f081f67ef7 (patch)
tree13960b6504aece24c89d93c1d045e3fc93a25740 /test
parent82c6f2c86d022c9333eb8fff65ef32511845779c (diff)
downloadat-spi2-core-67d9d66eb7ac15f59bdd9a2d4b4bb9f081f67ef7.tar.gz
Portability fixes (bug 131640), revised patch from TheWrittenWord.com
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@594 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test')
-rw-r--r--test/screen-review-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/screen-review-test.c b/test/screen-review-test.c
index 2d63aa27..abc916d5 100644
--- a/test/screen-review-test.c
+++ b/test/screen-review-test.c
@@ -331,10 +331,10 @@ text_chunk_list_head_clip (GList *text_chunk_list,
{
GList *target, *iter = next, *prev;
prev = iter->prev;
-// if (chunk->string && strlen (chunk->string)) {
+/* if (chunk->string && strlen (chunk->string)) { */
text_chunk_list =
g_list_insert_before (text_chunk_list, next, chunk);
-// }
+/* }*/
while (iter && CHUNK_BOUNDS_SPANS_END (chunk, (TextChunk *)iter->data)) {
#ifdef CLIP_DEBUG
fprintf (stderr, "deleting %s\n",