diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2016-01-24 22:34:41 -0800 |
| commit | c6f27eb96ca97acc899b907f6bafb5f68be1a318 (patch) | |
| tree | aabf42403dbacaa5805c3b301a57c08876a515b3 /libxrdp/xrdp_jpeg_compress.c | |
| parent | 327f1ea9fcb0f5307faf99dd6b05e27f92dd42f3 (diff) | |
| parent | 964e860072cd4871481481d5b3ffa96abb1bac35 (diff) | |
| download | xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.tar.gz xrdp-proprietary-c6f27eb96ca97acc899b907f6bafb5f68be1a318.zip | |
Merge pull request #304 from proski/devel
Minor fixes
Diffstat (limited to 'libxrdp/xrdp_jpeg_compress.c')
| -rw-r--r-- | libxrdp/xrdp_jpeg_compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_jpeg_compress.c b/libxrdp/xrdp_jpeg_compress.c index e4ce64fe..27c31639 100644 --- a/libxrdp/xrdp_jpeg_compress.c +++ b/libxrdp/xrdp_jpeg_compress.c @@ -220,7 +220,7 @@ struct mydata_comp }; /*****************************************************************************/ -/* called at begining */ +/* called at beginning */ static void DEFAULT_CC my_init_destination(j_compress_ptr cinfo) { |
