summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{