blob: b468be012731d7665267b05b020bf3e7544f9c67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff -NrU5 LinNeighborhood-0.6.5.orig/src/smbbrowse.c LinNeighborhood-0.6.5/src/smbbrowse.c
--- LinNeighborhood-0.6.5.orig/src/smbbrowse.c 2009-06-30 18:16:03.000000000 -0600
+++ LinNeighborhood-0.6.5/src/smbbrowse.c 2009-06-30 18:17:18.000000000 -0600
@@ -368,11 +368,11 @@
break;
case search_entry:
if(browsedat->linepos>=browsedat->master1pos && /*no master allowed*/
#ifdef EXPANDTABS
!strncmp(browsedat->linebuf," ",4))
-#elif
+#else
browsedat->linebuf[0]=='\t')
#endif
{
groupmasterentry=g_malloc(sizeof(GROUPMASTER_STRUCT));
copyentrystr(groupmasterentry->group_name,browsedat->linebuf,
|