Browse Source

Added a missing }. Thanks Dietmar!

pre-master-46
pnenzi 22 years ago
parent
commit
0d1326ae51
  1. 1
      src/misc/tilde.c

1
src/misc/tilde.c

@ -83,6 +83,7 @@ tildexpand(char *string)
#else #else
/* Emulate the old behavior to prevent side effects. -- ro */ /* Emulate the old behavior to prevent side effects. -- ro */
return copy(string); return copy(string);
}
#endif #endif
} }
Loading…
Cancel
Save