summaryrefslogtreecommitdiff
path: root/tokenizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tokenizer.c')
-rw-r--r--tokenizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokenizer.c b/tokenizer.c
index 90b37d3..ae17a4d 100644
--- a/tokenizer.c
+++ b/tokenizer.c
@@ -4,7 +4,7 @@
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
static const char *keywords[KW_COUNT] =
- {";", "::", ":", ",", "(", ")", "{", "}", "[", "]", "==",
+ {";", ":", ",", "(", ")", "{", "}", "[", "]", "==",
"+=", "-=", "*=", "/=",
"!=", "<=", "<", ">=", ">",
"+", "-", "*", "!", "&", "/", "..", ".",