diff options
| author | Greg Kurz <gkurz@linux.vnet.ibm.com> | 2015-02-07 11:25:50 +0100 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-02-10 09:27:20 +0300 |
| commit | 559782cc94581481cb7748eb17c4790e418bf86e (patch) | |
| tree | 73bc919a2fedf509a0bb95bb2d371c4a0bbe4bec /qjson.c | |
| parent | afb30dde3ad71349fc65726946d58e5d3c61f8af (diff) | |
| download | focaccia-qemu-559782cc94581481cb7748eb17c4790e418bf86e.tar.gz focaccia-qemu-559782cc94581481cb7748eb17c4790e418bf86e.zip | |
QJSON: fix typo in author's email address
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qjson.c')
| -rw-r--r-- | qjson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qjson.c b/qjson.c index b242222a58..0cda2690f5 100644 --- a/qjson.c +++ b/qjson.c @@ -4,7 +4,7 @@ * Copyright Alexander Graf * * Authors: - * Alexander Graf <agraf@suse.de + * Alexander Graf <agraf@suse.de> * * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory. |