diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 06:46:21 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 06:46:21 +0000 |
commit | 90caf91c83953a67c20257dc69c8f5a00eef8c92 (patch) | |
tree | 8a91edc7a58d192f1ddb3da0750b7fc1a8d5b966 | |
parent | 8fc1ceb3e52898e46a0209f1e4a084376f8d46ce (diff) | |
download | lcd4linux-90caf91c83953a67c20257dc69c8f5a00eef8c92.tar.gz |
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@943 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | plugin_fifo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_fifo.c b/plugin_fifo.c index 3a41e04..ee66eb0 100644 --- a/plugin_fifo.c +++ b/plugin_fifo.c @@ -155,9 +155,9 @@ static void startFifo(void) if (started) return; - + started = 1; - + configure_fifo(); fd.path = fifopath; fd.input = -1; |