changeset 19493:f765fea3ca14

Fix compile warning about comment at end of line in cset d8fd3842a507. * oct-env.cc (oct_env::do_get_temp_directory): Change comment from m-file '##' to C++ '//' style.
author Rik <rik@octave.org>
date Fri, 02 Jan 2015 08:53:17 -0800
parents d8fd3842a507
children 78c0241306b5
files liboctave/system/oct-env.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/system/oct-env.cc	Thu Jan 01 10:01:18 2015 -0500
+++ b/liboctave/system/oct-env.cc	Fri Jan 02 08:53:17 2015 -0800
@@ -213,7 +213,7 @@
   if (tempd.empty () || tempd == "\\")
     tempd = "c:\\temp";
 
-#else    ## Unix-like OS
+#else    // Unix-like OS
 
   tempd = do_getenv ("TMP");