Add a semicolon in a win32 block of code.
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 31 Jan 2000 19:34:25 +0000 (19:34 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 31 Jan 2000 19:34:25 +0000 (19:34 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1587 f5534014-38df-0310-8fa8-9805f1628bb7

util.c

diff --git a/util.c b/util.c
index 32dc58bb66caeb8a5e0030c892980fccc3a46c92..155d77434b31c6c25f0969d437ac4ec3ab16132b 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,7 +1,7 @@
 /* util.c
  * Utility routines
  *
- * $Id: util.c,v 1.34 2000/01/29 20:04:23 guy Exp $
+ * $Id: util.c,v 1.35 2000/01/31 19:34:25 gram Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -603,7 +603,7 @@ get_home_dir(void)
                /* XXX - on NT, get the user name and append it to
                   "C:\winnt\profiles\"?
                   What about Windows 9x? */
-               home = "C:"
+               home = "C:";
 #else
                pwd = getpwuid(getuid());
                if (pwd != NULL) {