mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Fix a typo in the last commit. (#415323, Richard Hult)
2007-03-15 Matthias Clasen <mclasen@redhat.com> * glib/gscanner.c (g_scanner_get_token_ll): Fix a typo in the last commit. (#415323, Richard Hult) svn path=/trunk/; revision=5412
This commit is contained in:
parent
b0d8ba010f
commit
a071ec0404
@ -1,3 +1,8 @@
|
||||
2007-03-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gscanner.c (g_scanner_get_token_ll): Fix a typo
|
||||
in the last commit. (#415323, Richard Hult)
|
||||
|
||||
2007-03-15 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gnulib/Makefile.am (INCLUDES): Add -I$(top_srcdir)/glib so
|
||||
|
@ -1688,7 +1688,7 @@ g_scanner_get_token_ll (GScanner *scanner,
|
||||
gstring = g_string_append_c (gstring, ch);
|
||||
ch = g_scanner_peek_next_char (scanner);
|
||||
}
|
||||
while (ch && g_scanner_cset_table_lookup (scanner->cset_table, ch, CSET_IDENT_FIRST_FLAG));
|
||||
while (ch && g_scanner_cset_table_lookup (scanner->cset_table, ch, CSET_IDENT_NTH_FLAG));
|
||||
ch = 0;
|
||||
}
|
||||
else if (config->scan_identifier_1char)
|
||||
|
Loading…
Reference in New Issue
Block a user