diff options
Diffstat (limited to '')
-rw-r--r-- | common/mkstrtable.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/mkstrtable.awk b/common/mkstrtable.awk index 56e9bb881..b5d4ef07a 100644 --- a/common/mkstrtable.awk +++ b/common/mkstrtable.awk @@ -1,6 +1,6 @@ # mkstrtable.awk # Copyright (C) 2003, 2004 g10 Code GmbH -# +# # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of @@ -181,5 +181,5 @@ END { print " : " stop + 1 " - " skip ")"; else print " : -1)"; - + } |