guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

246/376: Typo


From: Ludovic Courtès
Subject: 246/376: Typo
Date: Wed, 28 Jan 2015 22:05:22 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 986fbd6fabdd37077718b1ecfeabae33424ed2c8
Author: Eelco Dolstra <address@hidden>
Date:   Thu Oct 9 11:34:48 2014 +0200

    Typo
---
 src/libexpr/value.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libexpr/value.hh b/src/libexpr/value.hh
index 227f5e1..408b5e0 100644
--- a/src/libexpr/value.hh
+++ b/src/libexpr/value.hh
@@ -119,7 +119,7 @@ static inline void mkBool(Value & v, bool b)
 static inline void mkNull(Value & v)
 {
     v.type = tNull;
-    v.app.left = v.app.right = 00; // scrub
+    v.app.left = v.app.right = 0; // scrub
 }
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]