diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 02:53:04 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 02:53:04 +0000 |
commit | 2a765ae84de7c91c424a7fc220e326bf33985665 (patch) | |
tree | af838963db82a92688869dca45d36c026b3494f9 /drv_MatrixOrbital.c | |
parent | 48ea1dd640e3bce5eae985ca542b7ef4d543bc6b (diff) | |
download | lcd4linux-2a765ae84de7c91c424a7fc220e326bf33985665.tar.gz |
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1150 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_MatrixOrbital.c')
-rw-r--r-- | drv_MatrixOrbital.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_MatrixOrbital.c b/drv_MatrixOrbital.c index 9cb69bb..555d870 100644 --- a/drv_MatrixOrbital.c +++ b/drv_MatrixOrbital.c @@ -391,7 +391,7 @@ static int drv_MO_start(const char *section, const int quiet) char cmd[5]; if (Protocol == 4) { - /* send init string */ + /* send init string */ cmd[0] = '\376'; cmd[1] = 'S'; cmd[2] = 'u'; |