mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
docs: fix typo
This commit is contained in:
parent
e397eb50da
commit
2d1b928109
@ -236,7 +236,7 @@ title: Coding Style
|
||||
p = foobar_unref(p);
|
||||
```
|
||||
|
||||
which will always work regardless if `p` is initialized or not,x and
|
||||
which will always work regardless if `p` is initialized or not, and
|
||||
guarantees that `p` is `NULL` afterwards, all in just one line.
|
||||
|
||||
## Error Handling
|
||||
|
Loading…
x
Reference in New Issue
Block a user