1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/relic/fix-old-style-definitions.sh

4 lines
118 B
Bash
Raw Normal View History

#!/bin/sh
2016-11-10 16:21:01 +01:00
. ${RIOTBASE}/pkg/relic/os_util.sh
find ${1} -type f -name "*.[ch]" -exec ${SEDBIN} 's/() {/(void) {/' {} +