forked from Lainports/freebsd-ports
libPJL- Printer Job Language library A library and a command-line tool to use PJL- HP Printer Job Language PR: ports/69382 Submitted by: Yonatan <Yonatan@xpert.com>
8 lines
188 B
C++
8 lines
188 B
C++
--- exceptions.h.orig Thu Aug 5 13:32:19 2004
|
|
+++ exceptions.h Thu Aug 5 13:32:30 2004
|
|
@@ -16,4 +16,4 @@
|
|
class ExInvalid{};
|
|
};
|
|
|
|
-#endif __EXCPETIONS_H__
|
|
+#endif // __EXCPETIONS_H__
|