summaryrefslogtreecommitdiff
path: root/src/cr-simple-sel.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-03-04 00:41:18 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-03-04 00:41:18 +0000
commit586d0453fb8d672415039b3fef920535e463657e (patch)
tree7a3d8d8795b7b12b877a8cc70d3f452223271478 /src/cr-simple-sel.h
parent4d573434939be5fd0c05c2aaa172c1a75a5f10a4 (diff)
downloadlibcroco-586d0453fb8d672415039b3fef920535e463657e.tar.gz
applied a patch from Kjartan Maraas to replace the g_strup()
2004-03-04 Dodji Seketeli <dodji@gnome.org> * src/cr-enc-handler.c: (cr_enc_handler_resolve_enc_alias): applied a patch from Kjartan Maraas to replace the g_strup() g_ascii_strup(). This closes * csslint/Makefile.am,src/cr-simple-sel.h,src/cr-term.h src/cr-token.h,tests/Makefile.am: Applied patch http://bugzilla.gnome.org/showattachment.cgi?attach_id=23422. Modified the patch a little bit so that I use prog_LDFLAGS instead of AM_LDFLAGS. AM_LDFLAGS just seems not to be supported by my automake-1.4. This fixes http://bugzilla.gnome.org/show_bug.cgi?id=131643 . * tests/test-output-refs/test4.2.css.out: updated this non regresstion test reference output due to a small modification in the @page rule dump format.
Diffstat (limited to 'src/cr-simple-sel.h')
-rw-r--r--src/cr-simple-sel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cr-simple-sel.h b/src/cr-simple-sel.h
index b54ee5e..589aaa6 100644
--- a/src/cr-simple-sel.h
+++ b/src/cr-simple-sel.h
@@ -50,7 +50,7 @@ enum SimpleSelectorType
{
NO_SELECTOR_TYPE = 0,
UNIVERSAL_SELECTOR = 1,
- TYPE_SELECTOR = 1 << 1,
+ TYPE_SELECTOR = 1 << 1
} ;
typedef struct _CRSimpleSel CRSimpleSel ;