summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15eacd4)
raw | patch | inline | side by side (parent: 15eacd4)
author | Max Kellermann <max@duempel.org> | |
Fri, 2 Oct 2009 05:36:56 +0000 (07:36 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 2 Oct 2009 05:36:56 +0000 (07:36 +0200) |
Move one #endif.
src/status_bar.c | patch | blob | history |
diff --git a/src/status_bar.c b/src/status_bar.c
index 5aaf04bc6d3c2463e852ab241cf50123010684c3..b778bc032e2af97b5198bf394611e76200e3b404 100644 (file)
--- a/src/status_bar.c
+++ b/src/status_bar.c
time(&timep);
strftime(buffer, sizeof(buffer), "%X ",localtime(&timep));
} else
- buffer[0] = 0;
#endif
+ buffer[0] = 0;
}
/* display song */