diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 07:01:44 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 13:49:45 -0300 |
commit | 1fc7d6a0c514257cee9fb204cb83564b17354c11 (patch) | |
tree | c084cde4dbad56ce29ab07a3ffd247aea86cfbf9 /src/os/job.h | |
parent | 08059114349d689d2a45bbeb983fe78217ba5f1c (diff) | |
download | rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.gz rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.tar.bz2 rneovim-1fc7d6a0c514257cee9fb204cb83564b17354c11.zip |
Fix/add more files with to clint-files.txt
Diffstat (limited to 'src/os/job.h')
-rw-r--r-- | src/os/job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/job.h b/src/os/job.h index 0350f44d58..b0f9c99bb8 100644 --- a/src/os/job.h +++ b/src/os/job.h @@ -47,7 +47,7 @@ int job_start(char **argv, void *data, job_read_cb cb); /// Terminates a job. This is a non-blocking operation, but if the job exists /// it's guaranteed to succeed(SIGKILL will eventually be sent) -/// +/// /// @param id The job id /// @return true if the stop request was successfully sent, false if the job /// id is invalid(probably because it has already stopped) |