Nux

Merge lp:~hikiko/nux/nux.syntax-error into lp:nux

Proposed by Eleni Maria Stea
Status: Merged
Approved by: Andrea Azzarone
Approved revision: 830
Merged at revision: 830
Proposed branch: lp:~hikiko/nux/nux.syntax-error
Merge into: lp:nux
Diff against target: 12 lines (+1/-1)
1 file modified
Nux/WindowThread.cpp (+1/-1)
To merge this branch: bzr merge lp:~hikiko/nux/nux.syntax-error
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Andrea Azzarone (community) Approve
Review via email: mp+194328@code.launchpad.net

Commit message

fixed syntax error in macro

Description of the change

fixed syntax error in macro

To post a comment you must log in.
Revision history for this message
Andrea Azzarone (azzar1) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Nux/WindowThread.cpp'
2--- Nux/WindowThread.cpp 2013-10-31 00:46:39 +0000
3+++ Nux/WindowThread.cpp 2013-11-07 11:55:23 +0000
4@@ -611,7 +611,7 @@
5 int select_result = select(_external_fds.size(), &read_fds, NULL, NULL,
6 &timeout);
7
8- nuxAssertMsg(select_result != -1, strerror ("select()");
9+ nuxAssertMsg(select_result != -1, strerror ("select()"));
10
11 // Dispatch any active external fds
12 for (std::list<ExternalFdData>::iterator it =

Subscribers

People subscribed via source and target branches