summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-12-04 03:01:31 +0000
committerAndrew Tridgell <tridge@samba.org>2000-12-04 03:01:31 +0000
commit9b8a930f2cded5d1be2d2a22801d669356d996af (patch)
treed1d6baec47f84825bd2313e96a5d2e57d1f841ca /source3/printing
parent6399b62175bed1bade82a8d9f3a40fd5c7693073 (diff)
downloadsamba-9b8a930f2cded5d1be2d2a22801d669356d996af.tar.gz
samba-9b8a930f2cded5d1be2d2a22801d669356d996af.tar.bz2
samba-9b8a930f2cded5d1be2d2a22801d669356d996af.zip
c++ style comments are NOT allowed
(This used to be commit 8b3c1f4455b7db440911960298f772c4db3d8112)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/nt_printing.c1
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)
{