Merge lp:~gber/lightdm/lightdm-style-fixes into lp:lightdm

Proposed by Guido Berhoerster
Status: Merged
Approved by: Robert Ancell
Approved revision: 1645
Merged at revision: 1646
Proposed branch: lp:~gber/lightdm/lightdm-style-fixes
Merge into: lp:lightdm
Diff against target: 20 lines (+2/-1)
1 file modified
src/session-child.c (+2/-1)
To merge this branch: bzr merge lp:~gber/lightdm/lightdm-style-fixes
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Robert Ancell Approve
Review via email: mp+159097@code.launchpad.net

Description of the change

Fix stylistic issues caught by -Werror=missing-prototypes, -Werror=implicit-function-declaration

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Thanks Guido!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/session-child.c'
2--- src/session-child.c 2013-03-27 00:42:28 +0000
3+++ src/session-child.c 2013-04-16 07:52:31 +0000
4@@ -19,6 +19,7 @@
5 #include "console-kit.h"
6 #include "privileges.h"
7 #include "xauthority.h"
8+#include "configuration.h"
9
10 /* Child process being run */
11 static GPid child_pid = 0;
12@@ -89,7 +90,7 @@
13 }
14
15 static gchar *
16-read_string ()
17+read_string (void)
18 {
19 return read_string_full (g_malloc);
20 }

Subscribers

People subscribed via source and target branches