diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-09-23 04:22:38 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-09-23 04:22:38 +0000 |
commit | caa4c4d3869f85ad6751313d3f6748939448c4b8 (patch) | |
tree | c32651ed4a5afec8642a7744aa342a7a59306e31 | |
parent | 3db70d1ff0f58302214848a0dd51682e410cca35 (diff) | |
download | lcd4linux-caa4c4d3869f85ad6751313d3f6748939448c4b8.tar.gz |
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1042 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | plugin_qnaplog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin_qnaplog.c b/plugin_qnaplog.c index fe7875c..ef7ad77 100644 --- a/plugin_qnaplog.c +++ b/plugin_qnaplog.c @@ -108,7 +108,8 @@ char *IDS_SERV[MAX_IDS_SERV] = { "S0", "Samba", "S2", "HTTP", "S4", "S5", "S6", #define MAX_IDS_ACTION 16 char *IDS_ACTION[MAX_IDS_ACTION] = { "C0", "Delete", "Read", "Write", "C4", "C5", "C6", "C7", "C8", "Login fail", "Login ok", "Logout", "C12", "C13", -"C14", "Add" }; + "C14", "Add" +}; static char Section[] = "Plugin:QnapLog"; |