diff options
author | Roy Marples <roy@marples.name> | 2009-01-02 15:11:15 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-01-02 15:11:15 +0000 |
commit | 386ee57432afc6228c5339030e604f03ab2065e6 (patch) | |
tree | e557df6b1fd1727612fe1883c3cbcccb322c35c4 /src | |
parent | 631acff7aa589958245e88a2a285e1de0f0b42e3 (diff) |
Fix compile, #136
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 8e9cd935..d0748a99 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -918,8 +918,8 @@ main(int argc, char **argv) free(p); } } - } #endif + } } if (going_down) { |