diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-02-24 19:01:10 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-02-24 19:01:10 +0100 |
commit | 72df76be83608a878912b4894e6d8814536ccca1 (patch) | |
tree | 97e2f22e5961537d6faf9bbb1740895a0355b294 /include | |
parent | e8f642a14a5f56f9dc842ef131f33c30c52171d3 (diff) | |
download | external_libsamsung-ipc-72df76be83608a878912b4894e6d8814536ccca1.zip external_libsamsung-ipc-72df76be83608a878912b4894e6d8814536ccca1.tar.gz external_libsamsung-ipc-72df76be83608a878912b4894e6d8814536ccca1.tar.bz2 |
protocol: Commands and types are not the same
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h index d2b58d0..d44871d 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_PROTOCOL_H__ /* - * Commands + * Types */ /* Requests */ |