summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-08 00:17:55 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-08 00:17:55 (GMT)
commit4ec21e1f80f0d0bae351eff0bea729214dab4137 (patch)
tree5c8542d9e133fff56fb96ad43093f34aff47df3d
parent1aee7e70f83c43bc59eb8b016aa38fc4f37f2c86 (diff)
fixed svn ignore
-rw-r--r--nopsyncd/nopsyncd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nopsyncd/nopsyncd.c b/nopsyncd/nopsyncd.c
index 19d8a7d..61003fb 100644
--- a/nopsyncd/nopsyncd.c
+++ b/nopsyncd/nopsyncd.c
@@ -34,7 +34,9 @@ int main(int argc, char* argv[])
{
printf("starting nopsyncd...\n");
+
+
- printf("stopping nopsyncd...\n");
+ printf("stopping nopsyncd.\n");
return 0;
}