| Submitter | Luiz Capitulino |
|---|---|
| Date | Aug. 7, 2012, 3:53 p.m. |
| Message ID | <1344354826-10375-22-git-send-email-lcapitulino@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/175686/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/qapi-types.py b/scripts/qapi-types.py index 9b7da96..cf601ae 100644 --- a/scripts/qapi-types.py +++ b/scripts/qapi-types.py @@ -70,7 +70,7 @@ const char *%(name)s_lookup[] = { ret += mcgen(''' "%(value)s", ''', - value=value.lower()) + value=value) ret += mcgen(''' NULL,
Next commit will introduce enum strings in camel case. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> --- scripts/qapi-types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)