aboutsummaryrefslogtreecommitdiff
path: root/src/libndb/ndbreorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libndb/ndbreorder.c')
-rw-r--r--src/libndb/ndbreorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libndb/ndbreorder.c b/src/libndb/ndbreorder.c
index 167d0a0a..390d7818 100644
--- a/src/libndb/ndbreorder.c
+++ b/src/libndb/ndbreorder.c
@@ -38,7 +38,7 @@ ndbreorder(Ndbtuple *t, Ndbtuple *x)
if(x != last->line){
/* find entry before x */
- for(prev = last; prev->line != x; prev = prev->line);
+ for(prev = last; prev->line != x; prev = prev->line)
;
/* detach line */