GUACAMOLE-249: Remove accidentally-inserted "0" from end of comment.
This commit is contained in:
parent
feb376ea1e
commit
c4f6c5161c
@ -121,7 +121,7 @@ int guac_rdp_upload_blob_handler(guac_user* user, guac_stream* stream,
|
||||
int bytes_written;
|
||||
guac_rdp_upload_status* upload_status = (guac_rdp_upload_status*) stream->data;
|
||||
|
||||
/* Get filesystem, return error if no filesystem 0*/
|
||||
/* Get filesystem, return error if no filesystem */
|
||||
guac_client* client = user->client;
|
||||
guac_rdp_client* rdp_client = (guac_rdp_client*) client->data;
|
||||
guac_rdp_fs* fs = rdp_client->filesystem;
|
||||
|
Loading…
Reference in New Issue
Block a user