diff options
Diffstat (limited to 'src/libcroco/cr-simple-sel.c')
| -rw-r--r-- | src/libcroco/cr-simple-sel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcroco/cr-simple-sel.c b/src/libcroco/cr-simple-sel.c index 4df93fa77..3a4a3b2e2 100644 --- a/src/libcroco/cr-simple-sel.c +++ b/src/libcroco/cr-simple-sel.c @@ -125,6 +125,10 @@ cr_simple_sel_to_string (CRSimpleSel const * a_this) g_string_append (str_buf, "+"); break; + case COMB_TILDE: + g_string_append (str_buf, "~"); + break; + case COMB_GT: g_string_append (str_buf, ">"); break; |
