[Xfce4-commits] <squeeze:master> fix compile error in scanf-parser.c introduced in previous commit
Stephan Arts
noreply at xfce.org
Tue Oct 4 22:24:01 CEST 2011
Updating branch refs/heads/master
to b91a87c5add8c9267d6ae00057a7b77aafd2cb7c (commit)
from f8c2a32956ea2d195a4e53b07a002965f4a1350b (commit)
commit b91a87c5add8c9267d6ae00057a7b77aafd2cb7c
Author: Stephan Arts <stephan at xfce.org>
Date: Tue Oct 4 22:24:08 2011 +0200
fix compile error in scanf-parser.c introduced in previous commit
libsqueeze/scanf-parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libsqueeze/scanf-parser.c b/libsqueeze/scanf-parser.c
index 4dba106..a4ce0f0 100644
--- a/libsqueeze/scanf-parser.c
+++ b/libsqueeze/scanf-parser.c
@@ -405,7 +405,7 @@ skip_string (
}
delim = part->delimiter;
- if ( ( NULL == delim ) && ( NULL == part->next )
+ if ( ( NULL == delim ) && ( NULL == part->next ) )
{
delim = "\n";
}
More information about the Xfce4-commits
mailing list