diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-28 14:12:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-28 14:12:55 +0000 |
commit | 23eea7bc610364a0ee9213d44f7bede1092a1138 (patch) | |
tree | 326c12f0e228a2abbc04c6c762a73a8f17737593 /src | |
parent | 6548949226baeaa2b4d4e2ce7a66cbf5ccb33516 (diff) | |
download | s6-23eea7bc610364a0ee9213d44f7bede1092a1138.tar.xz |
code style fix, types change in doc
Diffstat (limited to 'src')
-rw-r--r-- | src/supervision/s6-supervise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervision/s6-supervise.c b/src/supervision/s6-supervise.c index a79f351..00d04d1 100644 --- a/src/supervision/s6-supervise.c +++ b/src/supervision/s6-supervise.c @@ -451,7 +451,7 @@ static void finish_X (void) static void lastfinish_z (void) { finish_z() ; - bail (); + bail() ; } static action_t_ref const actions[5][25] = |