diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-13 08:27:47 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-13 08:27:47 +0200 |
commit | 2d2653d9badcf7885cacd49ee5ccc7b62b98ad25 (patch) | |
tree | 1f60b820bb6222c613e692ee5712f54a923a2245 /runtime/libgcry_common.c | |
parent | 7f33f2bd0e54e8a5397e257a0823206277a70bc0 (diff) | |
parent | 45385a5839c182e6898aac5936667f31e2bbd6f3 (diff) | |
download | rsyslog-2d2653d9badcf7885cacd49ee5ccc7b62b98ad25.tar.gz rsyslog-2d2653d9badcf7885cacd49ee5ccc7b62b98ad25.tar.bz2 rsyslog-2d2653d9badcf7885cacd49ee5ccc7b62b98ad25.zip |
Merge branch 'master' into nextmaster
Diffstat (limited to 'runtime/libgcry_common.c')
-rw-r--r-- | runtime/libgcry_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libgcry_common.c b/runtime/libgcry_common.c index 63b5e5d5..07a524dc 100644 --- a/runtime/libgcry_common.c +++ b/runtime/libgcry_common.c @@ -98,7 +98,7 @@ fprintf(stderr, "pre execve: %s\n", cmd); */ /* we should never reach this point, but if we do, we terminate */ -done: return; + return; } |