1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

2007-12-04 Marcus Brinkmann <marcus@g10code.de>

* gpgconf-comp.c (gc_component_list_components): Do not print a
	trailing semi-colon to ensure forward compatibility, as this would
	indicate another empty field.
	(gc_process_gpgconf_conf): Likewise.
This commit is contained in:
Marcus Brinkmann 2007-12-04 14:47:28 +00:00
parent 8c20500a5d
commit 1d282c5938
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,7 @@
* gpgconf-comp.c (gc_component_list_components): Do not print a
trailing semi-colon to ensure forward compatibility, as this would
indicate another empty field.
(gc_process_gpgconf_conf): Likewise.
2007-11-15 Werner Koch <wk@g10code.com>