diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-02-18 18:40:45 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-02-18 18:40:45 -0800 |
| commit | f42f22abf488d30d4d68a8ab57063c48d618948d (patch) | |
| tree | 797022370dc048e631c05d0f4e2699baa09181ba | |
| parent | eb0d439ac82c49b244615fba4226a0351c4efd64 (diff) | |
| download | nng-threaded.tar.gz nng-threaded.tar.bz2 nng-threaded.zip | |
Fix trailing comment.threaded
| -rw-r--r-- | src/core/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/thread.h b/src/core/thread.h index 48da4bf0..d896b909 100644 --- a/src/core/thread.h +++ b/src/core/thread.h @@ -86,4 +86,4 @@ extern void nni_thr_run(nni_thr *thr); // at all. extern void nni_thr_wait(nni_thr *thr); -#endif CORE_THREAD_H +#endif // CORE_THREAD_H |
