diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-12-04 03:01:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-12-04 03:01:31 +0000 |
commit | 9b8a930f2cded5d1be2d2a22801d669356d996af (patch) | |
tree | d1d6baec47f84825bd2313e96a5d2e57d1f841ca /source3/printing/nt_printing.c | |
parent | 6399b62175bed1bade82a8d9f3a40fd5c7693073 (diff) | |
download | samba-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/nt_printing.c')
-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) { |