aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-01-30 22:01:01 +0000
committerMarcus Brinkmann <[email protected]>2003-01-30 22:01:01 +0000
commite0229fe1d6a348fa01faf35fa382b474dcba0e32 (patch)
tree5b668b8b104b60a889156e592acf6fa44ea53161
parent2003-01-30 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-e0229fe1d6a348fa01faf35fa382b474dcba0e32.tar.gz
gpgme-e0229fe1d6a348fa01faf35fa382b474dcba0e32.zip
Fix comment indentation.
Diffstat (limited to '')
-rw-r--r--gpgme/wait-global.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gpgme/wait-global.c b/gpgme/wait-global.c
index 434e8388..daf32096 100644
--- a/gpgme/wait-global.c
+++ b/gpgme/wait-global.c
@@ -79,9 +79,10 @@ struct ctx_list_item
static struct ctx_list_item *ctx_active_list;
/* The done list contains all contexts that have previously been
-active but now are not active any longer, either because they finished
-successfully or an I/O callback returned an error. The status field
-in the list item contains the error value (or 0 if successful). */
+ active but now are not active any longer, either because they
+ finished successfully or an I/O callback returned an error. The
+ status field in the list item contains the error value (or 0 if
+ successful). */
static struct ctx_list_item *ctx_done_list;