This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
usbloadergx
Watch
2
Star
0
Fork
0
You've already forked usbloadergx
mirror of
https://github.com/wiidev/usbloadergx.git
synced
2024-11-19 17:59:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
30535c6f5d
usbloadergx
/
source
/
svnrev.c
8 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
*code beautification* formatted the code to make it easier to read. no functional changes at all. i didn't put anything from the libwiigui folder or banner folder in the beautifier. my automated .bat seems to have done a good job. the only places i see it fucked up was on (GXColor){blablabla}. it treated the brackets in the color like all the other brackets and put the color on a new line and indented it. i think i fixed most of them. not sure if it messed up anywhere else. also not sure about how it handled different linebreaks. it looks fine on windows. if it looks messed up on linux, it can be reverted. the code still compiles and runs fine.
2009-07-30 07:41:12 +02:00
#
define SVN_REV "674M"
*Reverted the svnrev.sh and Makefile because shell needs ../ and needs to be under the else state next to DEPENDS for the command to work. *Uploaded the svnrev.c back online. It can stay on SVN there is nothing wrong with it :P.
2009-07-26 22:58:43 +02:00
const
char
*
GetRev
(
)
{
return
SVN_REV
;
}
Reference in New Issue
Copy Permalink