diff options
-rw-r--r-- | source3/printing/nt_printing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 1ffc926472..5a96405ee3 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -715,7 +715,6 @@ 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) { |