[glick2] Fix typo
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glick2] Fix typo
- Date: Tue, 22 Nov 2011 13:44:47 +0000 (UTC)
commit 0374f3b2aac00cb60592673002ce873df68853b4
Author: Alexander Larsson <alexl redhat com>
Date: Tue Nov 22 14:39:57 2011 +0100
Fix typo
fs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fs.c b/fs.c
index 777c426..80eeaf5 100644
--- a/fs.c
+++ b/fs.c
@@ -3300,7 +3300,7 @@ main (int argc, char *argv[])
fuse_session_add_chan (se, ch);
- res == pipe (sync_pipe);
+ res = pipe (sync_pipe);
if (res == -1)
perror ("pipe");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]