gisi: Minor style fix in pipe.c

This commit is contained in:
Aki Niemi 2010-12-08 17:24:25 +02:00
parent 1bdc6f027c
commit 19306a1e00
1 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,8 @@
#include "client.h"
#include "pipe.h"
#define PN_PIPE 0xd9
#define PN_PIPE 0xD9
#define PN_PIPE_INVALID_HANDLE 0xFF
struct isi_pipe_create_req {
uint8_t cmd;
@ -72,8 +73,6 @@ struct isi_pipe_resp {
uint8_t error2;
};
#define PN_PIPE_INVALID_HANDLE 0xff
enum isi_pipe_message_id {
PNS_PIPE_CREATE_REQ,
PNS_PIPE_CREATE_RESP,