diff options
author | Nick Foster <nick@ettus.com> | 2011-05-18 18:10:59 -0700 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2011-05-18 18:10:59 -0700 |
commit | e8610bae2cf87440a1c836e3b72b45b60130df34 (patch) | |
tree | 7464433530a646342e170210d00879dd747cff53 | |
parent | 3a41b3208e222965e908c6a04e3ab05379c782c4 (diff) |
volk: remove justifiable obscenity from volk_prefs.c
-rw-r--r-- | volk/lib/volk_prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/lib/volk_prefs.c b/volk/lib/volk_prefs.c index ebfe3bc403..9743c51d9b 100644 --- a/volk/lib/volk_prefs.c +++ b/volk/lib/volk_prefs.c @@ -13,7 +13,7 @@ void get_config_path(char *path) { strcat(path, suffix); } -//passing by reference in C can suck my balls +//passing by reference in C can (***********) int load_preferences(struct volk_arch_pref **prefs) { FILE *config_file; char path[512], line[512], function[128], arch[32]; |