diff options
Diffstat (limited to 'rdp')
| -rw-r--r-- | rdp/rdp_mcs.c | 2 | ||||
| -rw-r--r-- | rdp/rdp_orders.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rdp/rdp_mcs.c b/rdp/rdp_mcs.c index 18c33ac4..536ba7d1 100644 --- a/rdp/rdp_mcs.c +++ b/rdp/rdp_mcs.c @@ -19,7 +19,7 @@ */ #include "rdp.h" -#include "common/log.h" +#include "log.h" /*****************************************************************************/ struct rdp_mcs *APP_CC diff --git a/rdp/rdp_orders.c b/rdp/rdp_orders.c index 0e4d42ad..3372a815 100644 --- a/rdp/rdp_orders.c +++ b/rdp/rdp_orders.c @@ -1435,7 +1435,7 @@ rdp_orders_process_orders(struct rdp_orders *self, struct stream *s, } /*****************************************************************************/ -/* returns pointer, it might return bmpdata if the data dosen't need to +/* returns pointer, it might return bmpdata if the data doesn't need to be converted, else it mallocs it. The calling function must free it if needed */ char *APP_CC |
