[glick2] Fix typo



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]