diff options
Diffstat (limited to 'src/charon/processing/jobs/job.h')
-rw-r--r-- | src/charon/processing/jobs/job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/processing/jobs/job.h b/src/charon/processing/jobs/job.h index acc88b124..0f1c16ebe 100644 --- a/src/charon/processing/jobs/job.h +++ b/src/charon/processing/jobs/job.h @@ -33,7 +33,7 @@ struct job_t { /** * Execute a job. - * + * * The processing facility executes a job using this method. Jobs are * one-shot, they destroy themself after execution, so don't use a job * once it has been executed. |