Mercurial > hg > orthanc
changeset 3854:8aeb0c6e4628
fix C comment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Apr 2020 10:22:54 +0200 |
parents | ba53d51ffa9a |
children | 63cdac72d062 dd0fcbf6a791 |
files | Plugins/Samples/Basic/Plugin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/Basic/Plugin.c Mon Apr 20 18:13:31 2020 +0200 +++ b/Plugins/Samples/Basic/Plugin.c Tue Apr 21 10:22:54 2020 +0200 @@ -446,7 +446,7 @@ sprintf(buf, "Incoming has pixel data: %d", hasPixelData); OrthancPluginLogWarning(context, buf); - // Reject all instances without pixel data + /* Reject all instances without pixel data */ return hasPixelData; }