Fix punctuation fails in 2x plugins 95/19695/1
authorDave Barach <dave@barachs.net>
Fri, 17 May 2019 18:48:27 +0000 (14:48 -0400)
committerDave Barach <dave@barachs.net>
Fri, 17 May 2019 18:49:00 +0000 (14:49 -0400)
commit18874913fb18c8089362dc72f9a0b3a6ac918f17
tree4d50732dc0876ecf4001b041f804c85e125d202a
parentf5b1ed7dea46c063a65497cf438323bc16848925
Fix punctuation fails in 2x plugins

More to the point: fix the Python API binding for the plugins.

The http_static and ct6 plugin setup_message_id_table calls didn't
have "_"'s between message names and CRCs. I would have expected this
to originate in the emacs skeleton, but the skeleton is correct.

Punctuation saves lives: "Let's eat Grandma..." != "Let's eat,
Grandma..." More or less.

Change-Id: Icd87813308701d203cf6f147b2bb90d39d51ddeb
Signed-off-by: Dave Barach <dave@barachs.net>
src/plugins/ct6/ct6.c
src/plugins/http_static/http_static.c