summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-11-17 15:58:25 +0000
committerHerb Lewis <herb@samba.org>2000-11-17 15:58:25 +0000
commitbf9be28c950a674f8d41c6f535517a81119f80e3 (patch)
treee98966996e8eb7cf7d88eb969c097d83748f664a
parent37814d058695559f2d88db366f97791f1bec7a59 (diff)
downloadsamba-bf9be28c950a674f8d41c6f535517a81119f80e3.tar.gz
samba-bf9be28c950a674f8d41c6f535517a81119f80e3.tar.xz
samba-bf9be28c950a674f8d41c6f535517a81119f80e3.zip
Please do not use C++ comments!!! Our compiler operates in ANSI C mode
and these are not valid.
-rw-r--r--source/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/printing/nt_printing.c b/source/printing/nt_printing.c
index bbe01b87f6a..a0aac12c847 100644
--- a/source/printing/nt_printing.c
+++ b/source/printing/nt_printing.c
@@ -710,8 +710,8 @@ Version information in Microsoft files is held in a VS_VERSION_INFO structure.
There are two case to be covered here: PE (Portable Executable) and NE (New
Executable) files. Both files support the same INFO structure, but PE files
store the signature in unicode, and NE files store it as !unicode.
-****************************************************************************/
//static BOOL get_file_version(connection_struct *conn, int fd, char *fname,
+****************************************************************************/
static BOOL get_file_version(files_struct *fsp, char *fname,uint32 *major,
uint32 *minor)
{