From 9b8a930f2cded5d1be2d2a22801d669356d996af Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 4 Dec 2000 03:01:31 +0000 Subject: c++ style comments are NOT allowed (This used to be commit 8b3c1f4455b7db440911960298f772c4db3d8112) --- source3/printing/nt_printing.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/printing') 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) { -- cgit